add missing include

This commit is contained in:
Tor Harald Sandve
2023-03-28 08:31:46 +02:00
parent a2ae7d5bed
commit a73f4078ef
2 changed files with 3 additions and 0 deletions

View File

@@ -27,6 +27,8 @@
#include <functional>
#include <utility>
#include <vector>
#include <string>
#include <optional>
namespace Opm
{

View File

@@ -24,6 +24,7 @@
#ifndef OPM_WELL_GROUP_CONTROLS_HEADER_INCLUDED
#define OPM_WELL_GROUP_CONTROLS_HEADER_INCLUDED
#include <string>
#include <functional>
#include <optional>
#include <vector>