fix the headercheck

i.e., make all headers autonomous again. (do not depend on the
ordering of includes.)
This commit is contained in:
Andreas Lauser 2016-12-30 14:09:51 +01:00
parent 8c6e6dc410
commit ceae9c3754

View File

@ -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>