[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [45940] branches/soc-2011-tomato/intern/ cycles: Cycles: attempted BVH binning build fix for windows.

Brecht Van Lommel brechtvanlommel at pandora.be
Tue Apr 24 19:56:27 CEST 2012


Revision: 45940
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=45940
Author:   blendix
Date:     2012-04-24 17:56:27 +0000 (Tue, 24 Apr 2012)
Log Message:
-----------
Cycles: attempted BVH binning build fix for windows.

Modified Paths:
--------------
    branches/soc-2011-tomato/intern/cycles/bvh/bvh_binning.cpp
    branches/soc-2011-tomato/intern/cycles/util/util_boundbox.h

Modified: branches/soc-2011-tomato/intern/cycles/bvh/bvh_binning.cpp
===================================================================
--- branches/soc-2011-tomato/intern/cycles/bvh/bvh_binning.cpp	2012-04-24 17:50:01 UTC (rev 45939)
+++ branches/soc-2011-tomato/intern/cycles/bvh/bvh_binning.cpp	2012-04-24 17:56:27 UTC (rev 45940)
@@ -15,6 +15,8 @@
  * limitations under the License.
  */
 
+#include <stdlib.h>
+
 #include "bvh_binning.h"
 
 #include "util_algorithm.h"

Modified: branches/soc-2011-tomato/intern/cycles/util/util_boundbox.h
===================================================================
--- branches/soc-2011-tomato/intern/cycles/util/util_boundbox.h	2012-04-24 17:50:01 UTC (rev 45939)
+++ branches/soc-2011-tomato/intern/cycles/util/util_boundbox.h	2012-04-24 17:56:27 UTC (rev 45940)
@@ -23,6 +23,7 @@
 #include <float.h>
 
 #include "util_math.h"
+#include "util_string.h"
 #include "util_transform.h"
 #include "util_types.h"
 




More information about the Bf-blender-cvs mailing list