[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [36371] branches/cycles/intern/cycles/util /util_path.cpp: Cycles: fix for incompatible boost filesystem version, provided by "ornitorrincos" on IRC.

Brecht Van Lommel brechtvanlommel at pandora.be
Thu Apr 28 13:53:29 CEST 2011


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




More information about the Bf-blender-cvs mailing list