Skip to content

Commit 1bf1ce5

Browse files
committed
Using Boost.Filesystem v3 interface.
1 parent 7132a99 commit 1bf1ce5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libs/network/test/server/http_test_server.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@
55
// http://www.boost.org/LICENSE_1_0.txt)
66
//
77
// Changes by Allister Levi Sanchez 2008
8+
// Changes by Dean Michael Berris 2010
89
#ifndef __NETWORK_TEST_HTTP_TEST_SERVER_HPP__
910
#define __NETWORK_TEST_HTTP_TEST_SERVER_HPP__
1011

12+
#define BOOST_FILESYSTEM_VERSION 3
1113
#include <boost/filesystem.hpp>
1214

1315
#if defined(_WIN32) || defined(__WIN32__) || defined(WIN32) || defined(MIN)

0 commit comments

Comments
 (0)