Merge pull request #872 from akva2/janitoring

add missing include
This commit is contained in:
Bård Skaflestad 2024-02-06 13:01:56 +01:00 committed by GitHub
commit e503d2f2dc

View File

@ -26,6 +26,7 @@
#ifndef OPM_MODELS_DIRECTIONAL_MOBILITY_HH
#define OPM_MODELS_DIRECTIONAL_MOBILITY_HH
#include <opm/models/common/multiphasebaseproperties.hh>
#include <opm/models/utils/propertysystem.hh>
#include <opm/material/densead/Evaluation.hpp>