mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-16 20:24:48 -06:00
fixed: do not include EclMpiSerializer without mpi
This commit is contained in:
parent
6b9cb43ac7
commit
5b81e9eaee
@ -29,7 +29,9 @@
|
||||
#include <memory>
|
||||
|
||||
#include <dune/common/parallel/mpitraits.hh>
|
||||
#if HAVE_MPI
|
||||
#include <ebos/eclmpiserializer.hh>
|
||||
#endif
|
||||
#include <opm/output/data/Aquifer.hpp>
|
||||
#include <opm/output/data/Cells.hpp>
|
||||
#include <opm/output/data/Groups.hpp>
|
||||
|
Loading…
Reference in New Issue
Block a user