JFunc: forward types to avoid includes

This commit is contained in:
Arne Morten Kvarving
2021-04-23 15:50:22 +02:00
parent b835c33c1a
commit 1ef8fd987b
6 changed files with 7 additions and 3 deletions

View File

@@ -22,6 +22,7 @@
#define BOOST_TEST_MODULE PY_ACTION_TESTER
#include <boost/test/unit_test.hpp>
#include <opm/parser/eclipse/Deck/Deck.hpp>
#include <opm/parser/eclipse/Parser/Parser.hpp>
#include <opm/parser/eclipse/Parser/ParserKeywords/P.hpp>
#include <opm/parser/eclipse/Python/Python.hpp>