Merge pull request #1153 from andreabrambilla/master

Added missing include in Equil.hpp
This commit is contained in:
Joakim Hove
2017-11-06 17:08:41 +01:00
committed by GitHub

View File

@@ -1,6 +1,8 @@
#ifndef OPM_EQUIL_HPP
#define OPM_EQUIL_HPP
#include <vector>
namespace Opm {
class DeckKeyword;