From 9a4dd6210a5ca5f3502320cae9120747a565035f Mon Sep 17 00:00:00 2001 From: Andreas Lauser Date: Fri, 21 Jun 2019 19:06:46 +0200 Subject: [PATCH] NNC sorter test: include config.h This caused some issues on my machine and it is supposed to be done by any compile unit anyway. --- tests/test_nncsorter.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_nncsorter.cpp b/tests/test_nncsorter.cpp index 2cf42c369..841ee1e08 100644 --- a/tests/test_nncsorter.cpp +++ b/tests/test_nncsorter.cpp @@ -17,6 +17,8 @@ along with OPM. If not, see . */ +#include "config.h" + #define BOOST_TEST_MODULE NNCSortTest #include #include