add missing InputErrorAction.hpp includes

This commit is contained in:
Arne Morten Kvarving
2023-01-11 13:36:02 +01:00
parent 3a01e89585
commit fd94ca7031
3 changed files with 3 additions and 0 deletions

View File

@@ -36,6 +36,7 @@
#include <opm/input/eclipse/Python/Python.hpp>
#include <opm/input/eclipse/Units/Units.hpp>
#include <opm/input/eclipse/Parser/InputErrorAction.hpp>
#include <opm/input/eclipse/Parser/Parser.hpp>
#include <opm/input/eclipse/Parser/ParseContext.hpp>
#include <opm/input/eclipse/Parser/ErrorGuard.hpp>