From dea519c89a32d8c0a71c231df3448c706c2961f3 Mon Sep 17 00:00:00 2001 From: hnil Date: Wed, 7 Jun 2023 10:35:13 +0200 Subject: [PATCH] -- add config.h --- src/opm/input/eclipse/Python/Python.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/opm/input/eclipse/Python/Python.cpp b/src/opm/input/eclipse/Python/Python.cpp index 43aee17b2..c26ab5784 100644 --- a/src/opm/input/eclipse/Python/Python.cpp +++ b/src/opm/input/eclipse/Python/Python.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with OPM. If not, see . */ - +#include "config.h" #include #include #include "PythonInterp.hpp"