Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--intern/cycles/util/util_path.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/intern/cycles/util/util_path.cpp b/intern/cycles/util/util_path.cpp
index 4cf6cea0f69..109b842068d 100644
--- a/intern/cycles/util/util_path.cpp
+++ b/intern/cycles/util/util_path.cpp
@@ -23,6 +23,8 @@
#include <OpenImageIO/sysutil.h>
OIIO_NAMESPACE_USING
+#define BOOST_FILESYSTEM_VERSION 2
+
#include <boost/filesystem.hpp>
CCL_NAMESPACE_BEGIN