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.
This commit is contained in:
Andreas Lauser 2019-06-21 19:06:46 +02:00
parent 3e8127cb54
commit 9a4dd6210a

View File

@ -17,6 +17,8 @@
along with OPM. If not, see <http://www.gnu.org/licenses/>. along with OPM. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "config.h"
#define BOOST_TEST_MODULE NNCSortTest #define BOOST_TEST_MODULE NNCSortTest
#include <boost/test/unit_test.hpp> #include <boost/test/unit_test.hpp>
#include <ebos/nncsorter.hpp> #include <ebos/nncsorter.hpp>