mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Include <boost/version.hpp> before the macro BOOST_VERSION is checked
This commit is contained in:
parent
653cb28bc2
commit
371fbdfc03
@ -23,9 +23,10 @@
|
||||
#include <opm/common/ErrorMacros.hpp>
|
||||
#include <opm/common/OpmLog/OpmLog.hpp>
|
||||
|
||||
#include <boost/version.hpp>
|
||||
|
||||
#if BOOST_VERSION / 100 % 1000 > 48
|
||||
#include <boost/property_tree/json_parser.hpp>
|
||||
#include <boost/version.hpp>
|
||||
#endif
|
||||
|
||||
#include <filesystem>
|
||||
|
Loading…
Reference in New Issue
Block a user