[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [49355] trunk/blender/intern/cycles/util: Additional fix #32074, by Sven-Hendrik Haase (svenstaro).

Lukas Toenne lukas.toenne at googlemail.com
Sun Jul 29 15:52:38 CEST 2012


Revision: 49355
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=49355
Author:   lukastoenne
Date:     2012-07-29 13:52:38 +0000 (Sun, 29 Jul 2012)
Log Message:
-----------
Additional fix #32074, by Sven-Hendrik Haase (svenstaro). Boost version header must be included in cycles in order to expand the version check macro.

Modified Paths:
--------------
    trunk/blender/intern/cycles/util/util_cache.cpp
    trunk/blender/intern/cycles/util/util_path.cpp

Modified: trunk/blender/intern/cycles/util/util_cache.cpp
===================================================================
--- trunk/blender/intern/cycles/util/util_cache.cpp	2012-07-29 12:07:06 UTC (rev 49354)
+++ trunk/blender/intern/cycles/util/util_cache.cpp	2012-07-29 13:52:38 UTC (rev 49355)
@@ -26,6 +26,8 @@
 #include "util_path.h"
 #include "util_types.h"
 
+#include <boost/version.hpp>
+
 #if (BOOST_VERSION < 104400)
 #  define BOOST_FILESYSTEM_VERSION 2
 #endif

Modified: trunk/blender/intern/cycles/util/util_path.cpp
===================================================================
--- trunk/blender/intern/cycles/util/util_path.cpp	2012-07-29 12:07:06 UTC (rev 49354)
+++ trunk/blender/intern/cycles/util/util_path.cpp	2012-07-29 13:52:38 UTC (rev 49355)
@@ -26,6 +26,8 @@
 
 #include <stdio.h>
 
+#include <boost/version.hpp>
+
 #if (BOOST_VERSION < 104400)
 #  define BOOST_FILESYSTEM_VERSION 2
 #endif




More information about the Bf-blender-cvs mailing list