diff --git a/examples/implicitcap_test.cpp b/examples/implicitcap_test.cpp index c32f7aa..3fd1495 100644 --- a/examples/implicitcap_test.cpp +++ b/examples/implicitcap_test.cpp @@ -42,7 +42,11 @@ #include "SimulatorTester.hpp" #include "SimulatorTesterFlexibleBC.hpp" #include +#if DUNE_VERSION_NEWER(DUNE_COMMON, 2, 3) +#include +#else #include +#endif #ifdef USE_TBB #include diff --git a/examples/sim_steadystate_explicit.cpp b/examples/sim_steadystate_explicit.cpp index 7752ab6..1283bbd 100644 --- a/examples/sim_steadystate_explicit.cpp +++ b/examples/sim_steadystate_explicit.cpp @@ -27,7 +27,13 @@ #include "SimulatorTester.hpp" #include "SimulatorTesterFlexibleBC.hpp" #include + +#include +#if DUNE_VERSION_NEWER(DUNE_COMMON, 2, 3) +#include +#else #include +#endif #ifdef USE_TBB #include