From a82b5aa474164bf70a28a286a6e405710aa646a8 Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Tue, 20 Dec 2022 12:38:32 +0100 Subject: [PATCH] StandardWell: pull fmt in impl file it is not used in the interface. no real change to the code as such, but it better reflects the use. --- opm/simulators/wells/StandardWell.hpp | 1 - opm/simulators/wells/StandardWell_impl.hpp | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/opm/simulators/wells/StandardWell.hpp b/opm/simulators/wells/StandardWell.hpp index 97b9b1557..ae9b28c92 100644 --- a/opm/simulators/wells/StandardWell.hpp +++ b/opm/simulators/wells/StandardWell.hpp @@ -49,7 +49,6 @@ #include #include -#include namespace Opm { diff --git a/opm/simulators/wells/StandardWell_impl.hpp b/opm/simulators/wells/StandardWell_impl.hpp index dc1c02198..db03a64fd 100644 --- a/opm/simulators/wells/StandardWell_impl.hpp +++ b/opm/simulators/wells/StandardWell_impl.hpp @@ -27,6 +27,8 @@ #include #include +#include + #include #include #include