Skip to content

Commit

Permalink
Fix broken compilation on Pangea3 (#3070)
Browse files Browse the repository at this point in the history
* re-added necessary include

* moved include into PySolver
  • Loading branch information
sframba authored Apr 9, 2024
1 parent 344c9d9 commit 4696a65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/coreComponents/physicsSolvers/python/PySolver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include "PySolver.hpp"
#include "dataRepository/python/PyGroupType.hpp"
#include "PySolverType.hpp"
#include "mesh/DomainPartition.hpp"

#define VERIFY_NON_NULL_SELF( self ) \
PYTHON_ERROR_IF( self == nullptr, PyExc_RuntimeError, "Passed a nullptr as self.", nullptr )
Expand Down

0 comments on commit 4696a65

Please sign in to comment.