[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [37228] branches/soc-2011-onion/source/ blender/blenlib/intern/pbvh.c: added limits.h to bli/pbvh.c

Jason Wilkins Jason.A.Wilkins at gmail.com
Mon Jun 6 01:09:04 CEST 2011


Revision: 37228
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=37228
Author:   jwilkins
Date:     2011-06-05 23:09:03 +0000 (Sun, 05 Jun 2011)
Log Message:
-----------
added limits.h to bli/pbvh.c

Modified Paths:
--------------
    branches/soc-2011-onion/source/blender/blenlib/intern/pbvh.c

Modified: branches/soc-2011-onion/source/blender/blenlib/intern/pbvh.c
===================================================================
--- branches/soc-2011-onion/source/blender/blenlib/intern/pbvh.c	2011-06-05 22:35:37 UTC (rev 37227)
+++ branches/soc-2011-onion/source/blender/blenlib/intern/pbvh.c	2011-06-05 23:09:03 UTC (rev 37228)
@@ -44,6 +44,8 @@
 
 #include "GPU_buffers.h"
 
+#include <limits.h>
+
 static void pbvh_free_nodes(PBVH *bvh);
 
 #define LEAF_LIMIT 10000




More information about the Bf-blender-cvs mailing list