add missing include

This commit is contained in:
Arne Morten Kvarving 2024-02-06 10:40:35 +01:00
parent 4c8d6b5a22
commit feec519be8

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>