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.
This commit is contained in:
Arne Morten Kvarving 2022-12-20 12:38:32 +01:00
parent 2dbfeb6038
commit a82b5aa474
2 changed files with 2 additions and 1 deletions

View File

@ -49,7 +49,6 @@
#include <memory> #include <memory>
#include <optional> #include <optional>
#include <fmt/format.h>
namespace Opm namespace Opm
{ {

View File

@ -27,6 +27,8 @@
#include <opm/simulators/wells/WellBhpThpCalculator.hpp> #include <opm/simulators/wells/WellBhpThpCalculator.hpp>
#include <opm/simulators/wells/WellConvergence.hpp> #include <opm/simulators/wells/WellConvergence.hpp>
#include <fmt/format.h>
#include <algorithm> #include <algorithm>
#include <functional> #include <functional>
#include <numeric> #include <numeric>