From c9a081adb1232e87b374e4311afb0d9162f1c277 Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Fri, 22 Nov 2024 09:43:45 +0100 Subject: [PATCH] fixed: add missing include broke sequential build --- opm/simulators/wells/ParallelWellInfo.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/opm/simulators/wells/ParallelWellInfo.hpp b/opm/simulators/wells/ParallelWellInfo.hpp index 3eeac1b9e..8262d930c 100644 --- a/opm/simulators/wells/ParallelWellInfo.hpp +++ b/opm/simulators/wells/ParallelWellInfo.hpp @@ -28,6 +28,7 @@ #include #include +#include namespace Opm {