Skip to content

Commit

Permalink
Need to include <vector> for primitive quadratures
Browse files Browse the repository at this point in the history
  • Loading branch information
susilehtola committed Sep 21, 2023
1 parent 5718862 commit a853a80
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#pragma once

#include <integratorxx/quadrature.hpp>
#include <vector>

namespace IntegratorXX {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#pragma once

#include <integratorxx/quadrature.hpp>
#include <vector>

namespace IntegratorXX {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#pragma once

#include <integratorxx/quadrature.hpp>
#include <vector>

namespace IntegratorXX {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#pragma once

#include <integratorxx/quadrature.hpp>
#include <vector>

namespace IntegratorXX {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#include <integratorxx/quadrature.hpp>
#include <integratorxx/util/legendre.hpp>
#include <vector>

namespace IntegratorXX {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#include <integratorxx/quadrature.hpp>
#include <integratorxx/util/legendre.hpp>
#include <vector>

namespace IntegratorXX {

Expand Down

0 comments on commit a853a80

Please sign in to comment.