Revision: 36371
          
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=36371
Author:   blendix
Date:     2011-04-28 11:53:29 +0000 (Thu, 28 Apr 2011)
Log Message:
-----------
Cycles: fix for incompatible boost filesystem version, provided by 
"ornitorrincos" on IRC.

Modified Paths:
--------------
    branches/cycles/intern/cycles/util/util_path.cpp

Modified: branches/cycles/intern/cycles/util/util_path.cpp
===================================================================
--- branches/cycles/intern/cycles/util/util_path.cpp    2011-04-28 11:45:06 UTC 
(rev 36370)
+++ branches/cycles/intern/cycles/util/util_path.cpp    2011-04-28 11:53:29 UTC 
(rev 36371)
@@ -23,6 +23,8 @@
 #include <OpenImageIO/sysutil.h>
 OIIO_NAMESPACE_USING
 
+#define BOOST_FILESYSTEM_VERSION 2
+
 #include <boost/filesystem.hpp> 
 
 CCL_NAMESPACE_BEGIN

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to