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

View File

@@ -24,6 +24,7 @@
#include <boost/test/unit_test.hpp>
#include <opm/parser/eclipse/Deck/Deck.hpp>
#include <opm/parser/eclipse/Python/Python.hpp>
#include <opm/parser/eclipse/Parser/Parser.hpp>
#include <opm/parser/eclipse/EclipseState/Schedule/Schedule.hpp>