Merge pull request #1531 from atgeirr/fix-missing-include

Add missing <string> include.
This commit is contained in:
Joakim Hove
2020-03-04 14:22:26 +01:00
committed by GitHub

View File

@@ -20,6 +20,8 @@
#ifndef OPM_SCHEDULE_TYPES_HPP
#define OPM_SCHEDULE_TYPES_HPP
#include <string>
namespace Opm {
enum class InjectorType {