mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
fix the headercheck
i.e., make all headers autonomous again. (do not depend on the ordering of includes.)
This commit is contained in:
parent
8c6e6dc410
commit
ceae9c3754
@ -39,6 +39,10 @@
|
||||
#include <opm/parser/eclipse/EclipseState/Grid/EclipseGrid.hpp>
|
||||
#include <opm/parser/eclipse/EclipseState/Schedule/Schedule.hpp>
|
||||
|
||||
#if HAVE_MPI
|
||||
#include <mpi.h>
|
||||
#endif // HAVE_MPI
|
||||
|
||||
#include <vector>
|
||||
#include <unordered_set>
|
||||
#include <array>
|
||||
|
Loading…
Reference in New Issue
Block a user