Skip to content

Commit fa84a29

Browse files
committed
fix header guards for boost version
1 parent 6276560 commit fa84a29

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tests/exceptions.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
#include <sstream>
1010

11+
#include <boost/version.hpp>
12+
1113
#if BOOST_VERSION >= 105900
1214
#include <boost/test/tools/output_test_stream.hpp>
1315
#else

tests/value.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
#define BOOST_TEST_MODULE value
99

10+
#include <boost/version.hpp>
11+
1012
#if BOOST_VERSION >= 105900
1113
#include <boost/test/tools/output_test_stream.hpp>
1214
#else

0 commit comments

Comments
 (0)