Merge pull request #3046 from akva2/janitoring

changed: use modern include file path
This commit is contained in:
Markus Blatt 2022-06-13 14:26:10 +02:00 committed by GitHub
commit 4a51cfb707
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@
#define BOOST_TEST_MODULE ACTIONX
#include <boost/test/unit_test.hpp>
#include <boost/test/floating_point_comparison.hpp>
#include <boost/test/tools/floating_point_comparison.hpp>
#include <opm/common/utility/TimeService.hpp>
#include <opm/common/utility/OpmInputError.hpp>