looks like some of the files were already fixed.

These two were left out.
This commit is contained in:
Robert Kloefkorn
2014-08-07 12:57:37 +02:00
parent 6bc6a2498f
commit c3dfc78e9f
2 changed files with 10 additions and 0 deletions
+4
View File
@@ -42,7 +42,11 @@
#include "SimulatorTester.hpp"
#include "SimulatorTesterFlexibleBC.hpp"
#include <opm/porsol/common/SimulatorTraits.hpp>
#if DUNE_VERSION_NEWER(DUNE_COMMON, 2, 3)
#include <dune/common/parallel/mpihelper.hh>
#else
#include <dune/common/mpihelper.hh>
#endif
#ifdef USE_TBB
#include <tbb/task_scheduler_init.h>
+6
View File
@@ -27,7 +27,13 @@
#include "SimulatorTester.hpp"
#include "SimulatorTesterFlexibleBC.hpp"
#include <opm/porsol/common/SimulatorTraits.hpp>
#include <dune/common/version.hh>
#if DUNE_VERSION_NEWER(DUNE_COMMON, 2, 3)
#include <dune/common/parallel/mpihelper.hh>
#else
#include <dune/common/mpihelper.hh>
#endif
#ifdef USE_TBB
#include <tbb/task_scheduler_init.h>