Skip to content

Commit

Permalink
Fix include.
Browse files Browse the repository at this point in the history
  • Loading branch information
tupek2 committed Aug 30, 2024
1 parent 56bd86e commit a518700
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/serac/infrastructure/initialize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@

#include "mfem.hpp"

#ifdef SERAC_USE_PETSC
#include "petsc.h"
#endif

namespace serac {

std::pair<int, int> getMPIInfo(MPI_Comm comm)
Expand Down

0 comments on commit a518700

Please sign in to comment.