summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '3rdParty/Boost/src/tools/bcp/fileview.hpp')
-rw-r--r--3rdParty/Boost/src/tools/bcp/fileview.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/3rdParty/Boost/src/tools/bcp/fileview.hpp b/3rdParty/Boost/src/tools/bcp/fileview.hpp
index ede4232..fe76f84 100644
--- a/3rdParty/Boost/src/tools/bcp/fileview.hpp
+++ b/3rdParty/Boost/src/tools/bcp/fileview.hpp
@@ -7,6 +7,12 @@
*
*/
+#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
+
#include <boost/shared_ptr.hpp>
#include <boost/filesystem/path.hpp>