From 1375968541e14005d1c8a57e1a2753ba038009c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Atgeirr=20Fl=C3=B8=20Rasmussen?= Date: Mon, 10 Aug 2015 16:07:45 +0200 Subject: [PATCH] Suppress warnings. --- tests/test_regionmapping.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test_regionmapping.cpp b/tests/test_regionmapping.cpp index ca2ad4eab..7b22c5017 100644 --- a/tests/test_regionmapping.cpp +++ b/tests/test_regionmapping.cpp @@ -27,8 +27,11 @@ #define NVERBOSE // Suppress own messages when throw()ing #define BOOST_TEST_MODULE UnitsTest + +#include #include #include +#include /* --- our own headers --- */