Merge pull request #455 from akva2/include_deck

fixed: need to include Deck.hpp in test
This commit is contained in:
Bård Skaflestad 2021-04-26 14:19:36 +02:00 committed by GitHub
commit e97f4d49f8

View File

@ -59,6 +59,9 @@
#include <opm/material/common/UniformTabulated2DFunction.hpp>
#include <opm/parser/eclipse/Python/Python.hpp>
#if HAVE_ECL_INPUT
#include <opm/parser/eclipse/Deck/Deck.hpp>
#endif
#include <dune/common/parallel/mpihelper.hh>