From fa84a29d4ad36add7a373dd59207ed05e75425f8 Mon Sep 17 00:00:00 2001
From: Guilhem Saurel <guilhem.saurel@laas.fr>
Date: Wed, 16 Dec 2020 11:57:40 +0100
Subject: [PATCH] fix header guards for boost version

---
 tests/exceptions.cpp | 2 ++
 tests/value.cpp      | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/tests/exceptions.cpp b/tests/exceptions.cpp
index aee2a033..7cadbde8 100644
--- a/tests/exceptions.cpp
+++ b/tests/exceptions.cpp
@@ -8,6 +8,8 @@
 
 #include <sstream>
 
+#include <boost/version.hpp>
+
 #if BOOST_VERSION >= 105900
 #include <boost/test/tools/output_test_stream.hpp>
 #else
diff --git a/tests/value.cpp b/tests/value.cpp
index 7e1465d7..17d15dc4 100644
--- a/tests/value.cpp
+++ b/tests/value.cpp
@@ -7,6 +7,8 @@
 
 #define BOOST_TEST_MODULE value
 
+#include <boost/version.hpp>
+
 #if BOOST_VERSION >= 105900
 #include <boost/test/tools/output_test_stream.hpp>
 #else
-- 
GitLab