We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7132a99 commit 1bf1ce5Copy full SHA for 1bf1ce5
libs/network/test/server/http_test_server.hpp
@@ -5,9 +5,11 @@
5
// http://www.boost.org/LICENSE_1_0.txt)
6
//
7
// Changes by Allister Levi Sanchez 2008
8
+// Changes by Dean Michael Berris 2010
9
#ifndef __NETWORK_TEST_HTTP_TEST_SERVER_HPP__
10
#define __NETWORK_TEST_HTTP_TEST_SERVER_HPP__
11
12
+#define BOOST_FILESYSTEM_VERSION 3
13
#include <boost/filesystem.hpp>
14
15
#if defined(_WIN32) || defined(__WIN32__) || defined(WIN32) || defined(MIN)
0 commit comments