mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-11 08:51:55 -06:00
Fixes includes wrt opm-parser PR-656
Several files stopped compiling due to relying on opm-parser headers doing includes. From opm-parser PR-656 https://github.com/OPM/opm-parser/pull/656 this assumption is no longer valid.
This commit is contained in:
parent
d43f109770
commit
98190eceb1
@ -27,6 +27,7 @@
|
|||||||
|
|
||||||
#define BOOST_TEST_MODULE OPM-TimerTest
|
#define BOOST_TEST_MODULE OPM-TimerTest
|
||||||
#include <boost/test/unit_test.hpp>
|
#include <boost/test/unit_test.hpp>
|
||||||
|
#include <boost/date_time/posix_time/posix_time.hpp>
|
||||||
|
|
||||||
#include <opm/parser/eclipse/Parser/Parser.hpp>
|
#include <opm/parser/eclipse/Parser/Parser.hpp>
|
||||||
#include <opm/parser/eclipse/Parser/ParseMode.hpp>
|
#include <opm/parser/eclipse/Parser/ParseMode.hpp>
|
||||||
|
Loading…
Reference in New Issue
Block a user