add missing includes

This commit is contained in:
Arne Morten Kvarving 2021-06-09 08:30:01 +02:00
parent 8960609e04
commit 69970a0602
2 changed files with 5 additions and 0 deletions

View File

@ -39,6 +39,7 @@
#include <tuple>
#include <sstream>
#include <cassert>
#include <cmath>
namespace Opm {
/*!

View File

@ -39,6 +39,10 @@
#include <opm/parser/eclipse/EclipseState/Schedule/OilVaporizationProperties.hpp>
#endif
#if HAVE_OPM_COMMON
#include <opm/common/OpmLog/OpmLog.hpp>
#endif
namespace Opm {
/*!