Skip to content
Snippets Groups Projects
Commit c60a4edb authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Fix non MPI build

parent 6d55eed7
No related branches found
No related tags found
1 merge request!11Feature/mpi
......@@ -2,8 +2,9 @@
#include <pastis_config.hpp>
#include <pastis_build_info.hpp>
#ifdef PASTIS_HAS_MPI
#include <sstream>
#ifdef PASTIS_HAS_MPI
#include <mpi.h>
#endif // PASTIS_HAS_MPI
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment