[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [59994] trunk/blender/source/blender/ blenlib/intern/convexhull2d.c: * Compile fix for r59990.

Thomas Dinges blender at dingto.org
Tue Sep 10 11:06:25 CEST 2013


Revision: 59994
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=59994
Author:   dingto
Date:     2013-09-10 09:06:24 +0000 (Tue, 10 Sep 2013)
Log Message:
-----------
* Compile fix for r59990.

Revision Links:
--------------
    http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=59990

Modified Paths:
--------------
    trunk/blender/source/blender/blenlib/intern/convexhull2d.c

Modified: trunk/blender/source/blender/blenlib/intern/convexhull2d.c
===================================================================
--- trunk/blender/source/blender/blenlib/intern/convexhull2d.c	2013-09-10 08:27:13 UTC (rev 59993)
+++ trunk/blender/source/blender/blenlib/intern/convexhull2d.c	2013-09-10 09:06:24 UTC (rev 59994)
@@ -26,8 +26,8 @@
 #include "BLI_convexhull2d.h"
 
 #include "BLI_strict_flags.h"
+#include "BLI_utildefines.h"
 
-
 /* Copyright 2001, softSurfer (www.softsurfer.com)
  * This code may be freely used and modified for any purpose
  * providing that this copyright notice is included with it.




More information about the Bf-blender-cvs mailing list