fixed: include required headers where needed

This commit is contained in:
Arne Morten Kvarving
2021-04-26 22:39:32 +02:00
parent 708645a2c0
commit a4c5429341
8 changed files with 9 additions and 0 deletions
@@ -20,6 +20,8 @@
#include "ParallelEclipseState.hpp"
#include <opm/common/ErrorMacros.hpp>
namespace Opm {
+1
View File
@@ -24,6 +24,7 @@
#include "ParallelRestart.hpp"
#include <ctime>
#include <dune/common/parallel/mpitraits.hh>
#include <opm/parser/eclipse/EclipseState/Schedule/SummaryState.hpp>
#define HANDLE_AS_POD(T) \
std::size_t packSize(const T& data, Dune::MPIHelper::MPICommunicator comm) \
+1
View File
@@ -23,6 +23,7 @@
#include <mpi.h>
#endif
#include <opm/common/ErrorMacros.hpp>
#include <opm/output/eclipse/RestartValue.hpp>
#include <opm/output/eclipse/EclipseIO.hpp>
#include <opm/output/eclipse/Summary.hpp>
+1
View File
@@ -28,6 +28,7 @@
#include <opm/common/utility/String.hpp>
#include <opm/common/utility/OpmInputError.hpp>
#include <opm/common/ErrorMacros.hpp>
#include <opm/io/eclipse/EclIOdata.hpp>