diff --git a/opm/simulators/flow/FlowMainEbos.hpp b/opm/simulators/flow/FlowMainEbos.hpp index b867c4fb6..4fbf9c14c 100644 --- a/opm/simulators/flow/FlowMainEbos.hpp +++ b/opm/simulators/flow/FlowMainEbos.hpp @@ -259,7 +259,7 @@ namespace Opm if (EWOMS_GET_PARAM(TypeTag, int, PrintProperties) == 1) { doExit = true; if (mpiRank == 0) - Properties::printValues(); + Properties::printValues(std::cout); } if (EWOMS_GET_PARAM(TypeTag, int, PrintParameters) == 1) { diff --git a/opm/simulators/linalg/bda/opencl/BISAI.cpp b/opm/simulators/linalg/bda/opencl/BISAI.cpp index e95b77513..ec9853e71 100644 --- a/opm/simulators/linalg/bda/opencl/BISAI.cpp +++ b/opm/simulators/linalg/bda/opencl/BISAI.cpp @@ -19,7 +19,6 @@ #include #include -#include #include #include diff --git a/opm/simulators/timestepping/AdaptiveSimulatorTimer.hpp b/opm/simulators/timestepping/AdaptiveSimulatorTimer.hpp index 0bc64223f..e02dc4684 100644 --- a/opm/simulators/timestepping/AdaptiveSimulatorTimer.hpp +++ b/opm/simulators/timestepping/AdaptiveSimulatorTimer.hpp @@ -20,7 +20,7 @@ #define OPM_ADAPTIVESIMULATORTIMER_HEADER_INCLUDED #include -#include +#include #include #include #include diff --git a/tests/test_csrToCscOffsetMap.cpp b/tests/test_csrToCscOffsetMap.cpp index f570301d1..92761717d 100644 --- a/tests/test_csrToCscOffsetMap.cpp +++ b/tests/test_csrToCscOffsetMap.cpp @@ -1,5 +1,5 @@ #include -#include +#include #define BOOST_TEST_MODULE CsrToCscOffsetMap #include