summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '3rdParty/Boost/src/tools/bcp/bcp.hpp')
-rw-r--r--3rdParty/Boost/src/tools/bcp/bcp.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/3rdParty/Boost/src/tools/bcp/bcp.hpp b/3rdParty/Boost/src/tools/bcp/bcp.hpp
index ea2b4d0..bec6364 100644
--- a/3rdParty/Boost/src/tools/bcp/bcp.hpp
+++ b/3rdParty/Boost/src/tools/bcp/bcp.hpp
@@ -9,6 +9,12 @@
#include <boost/shared_ptr.hpp>
+#if defined(BOOST_FILESYSTEM_VERSION) && (BOOST_FILESYSTEM_VERSION != 3)
+# error "This library must be built with Boost.Filesystem version 3"
+#else
+#define BOOST_FILESYSTEM_VERSION 3
+#endif
+
class bcp_application;
typedef boost::shared_ptr<bcp_application> pbcp_application;