Merge pull request #839 from blattms/missing-header

Included missing header causing compile errors with gcc-13
This commit is contained in:
Arne Morten Kvarving 2023-10-13 08:25:30 +02:00 committed by GitHub
commit 4b156dd124

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>