Skip to content
Snippets Groups Projects
Commit fa84a29d authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

fix header guards for boost version

parent 62765608
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,8 @@ ...@@ -8,6 +8,8 @@
#include <sstream> #include <sstream>
#include <boost/version.hpp>
#if BOOST_VERSION >= 105900 #if BOOST_VERSION >= 105900
#include <boost/test/tools/output_test_stream.hpp> #include <boost/test/tools/output_test_stream.hpp>
#else #else
......
...@@ -7,6 +7,8 @@ ...@@ -7,6 +7,8 @@
#define BOOST_TEST_MODULE value #define BOOST_TEST_MODULE value
#include <boost/version.hpp>
#if BOOST_VERSION >= 105900 #if BOOST_VERSION >= 105900
#include <boost/test/tools/output_test_stream.hpp> #include <boost/test/tools/output_test_stream.hpp>
#else #else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment