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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2011-04-28 15:53:29 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2011-04-28 15:53:29 +0400
commitd263fee9521c2a53f7b673c9a8c57c072bf072c1 (patch)
treec83177559628a5d6cd2c9fad5b7b0dba6287e1fc /intern/cycles/util
parent791f6c94fbb593291b4eca46779736062ffe3927 (diff)
Cycles: fix for incompatible boost filesystem version, provided by "ornitorrincos" on IRC.
Diffstat (limited to 'intern/cycles/util')
-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