From 4bc00663eadd72f44c949b8928c616f1975539be Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Fri, 19 Jun 2020 12:54:47 +0200 Subject: [PATCH] fixed: include config.h for HAVE_OPENMP --- examples/make_lodsmry.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/make_lodsmry.cpp b/examples/make_lodsmry.cpp index 1121aea59..de9274a11 100644 --- a/examples/make_lodsmry.cpp +++ b/examples/make_lodsmry.cpp @@ -23,6 +23,8 @@ #include #include +#include "config.h" + #if HAVE_OPENMP #include #endif