Included missing header causing compile errors with gcc-13

This commit is contained in:
Markus Blatt 2023-10-12 18:15:24 +02:00
parent 0661383baa
commit 2deab0cc49

View File

@ -28,6 +28,7 @@
#ifndef EWOMS_BLACK_OIL_FOAM_PARAMS_HH
#define EWOMS_BLACK_OIL_FOAM_PARAMS_HH
#include <opm/input/eclipse/EclipseState/Phase.hpp>
#include <opm/material/common/Tabulated1DFunction.hpp>
#include <vector>