fix build by always including the DGF parser for a given grid

This commit is contained in:
Andreas Lauser
2014-12-16 12:39:32 +01:00
parent d1e8bbd36b
commit df60eecb2c
16 changed files with 19 additions and 0 deletions

View File

@@ -25,6 +25,8 @@
#define EWOMS_POWER_INJECTION_PROBLEM_HH
#include <ewoms/models/ncp/ncpproperties.hh>
#include <dune/grid/yaspgrid.hh>
#include <ewoms/io/cubegridmanager.hh>
#include <opm/material/fluidmatrixinteractions/LinearMaterial.hpp>