fixed wrong include.

This commit is contained in:
Xavier Raynaud 2012-06-13 17:51:47 +02:00
parent ab1591df40
commit 56ef0105af

View File

@ -45,7 +45,7 @@
#include <opm/polymer/PolymerState.hpp>
#include <opm/core/simulator/WellState.hpp>
#include <opm/polymer/TransportModelPolymer.hpp>
#include <opm/polymer/PolymerUtilities.hpp>
#include <opm/polymer/PolymerProperties.hpp>
#include <boost/filesystem/convenience.hpp>
#include <boost/scoped_ptr.hpp>