Merge pull request #146 from andlaus/fix_dune_2.3_warnings

fix warnings from Evaluation.hpp when using Dune 2.3
This commit is contained in:
Andreas Lauser 2016-05-14 12:10:56 +02:00
commit 8778e29ae2
2 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,7 @@
*/
#include "config.h"
#include <opm/material/localad/Evaluation.hpp>
#include <opm/material/constraintsolvers/MiscibleMultiPhaseComposition.hpp>
#include <opm/material/constraintsolvers/ComputeFromReferencePhase.hpp>
#include <opm/material/constraintsolvers/ImmiscibleFlash.hpp>

View File

@ -28,6 +28,7 @@
*/
#include "config.h"
#include <opm/material/localad/Evaluation.hpp>
#include <opm/material/constraintsolvers/ComputeFromReferencePhase.hpp>
#include <opm/material/constraintsolvers/NcpFlash.hpp>
#include <opm/material/fluidstates/CompositionalFluidState.hpp>