GasLiftSingleWell: 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 a8d2bbeb4a
commit a631762d17
2 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,6 @@
#include <optional>
#include <vector>
#include <utility>
#include <fmt/format.h>
namespace Opm
{

View File

@ -17,6 +17,8 @@
along with OPM. If not, see <http://www.gnu.org/licenses/>.
*/
#include <fmt/format.h>
namespace Opm {
template<typename TypeTag>