Skip to content

Commit 7cd11c7

Browse files
committed
Moved header that is used in tests to tests.
1 parent e9c845d commit 7cd11c7

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

test/Jamfile.v2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ rule check-mklink ( properties * )
4848

4949
project
5050
: requirements
51+
<include>.
5152
<target-os>windows:<define>_SCL_SECURE_NO_WARNINGS
5253
<target-os>windows:<define>_SCL_SECURE_NO_DEPRECATE
5354
<target-os>windows:<define>_CRT_SECURE_NO_WARNINGS

test/config_info.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
//--------------------------------------------------------------------------------------//
1111

1212
#include <boost/filesystem.hpp>
13-
#include <boost/filesystem/detail/macro_value.hpp>
1413
#include <iostream>
14+
#include "macro_value.hpp"
1515

1616
using std::cout;
1717
using std::endl;

0 commit comments

Comments
 (0)