Bring ParameterGroup interface into scope.

The constructor accepts a parameter::ParameterGroup reference and thus
needs a valid interface in scope.  Relying on header pollution is
unwise.
This commit is contained in:
Bård Skaflestad 2013-01-23 17:35:05 +01:00
parent 977e8a19e2
commit 95fb0792e5

View File

@ -25,6 +25,7 @@
#include <opm/core/fluid/RockBasic.hpp>
#include <opm/core/fluid/PvtPropertiesBasic.hpp>
#include <opm/core/fluid/SaturationPropsBasic.hpp>
#include <opm/core/utility/parameters/ParameterGroup.hpp>
namespace Opm
{