Skip to content

Commit

Permalink
Fix Include: Vector
Browse files Browse the repository at this point in the history
AMReX `PODVector` and `Vector` are distinct types & includes.
  • Loading branch information
ax3l committed Jul 24, 2023
1 parent 494ad40 commit 1fabc1f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Base/Vector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@
*/
#include "pyAMReX.H"

#include <AMReX_PODVector.H>
#include <AMReX_Vector.H>

#include <memory>
#include <optional>
#include <sstream>
#include <string>
#include <type_traits>
#include <optional>
#include <vector>


Expand Down

0 comments on commit 1fabc1f

Please sign in to comment.