[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [59482] trunk/blender/source/blender/ freestyle/intern/geometry/BBox.h: Add stdlib. h to solve compilation error caused by missing abort() prototype

Sergey Sharybin sergey.vfx at gmail.com
Sat Aug 24 19:15:59 CEST 2013


Revision: 59482
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=59482
Author:   nazgul
Date:     2013-08-24 17:15:59 +0000 (Sat, 24 Aug 2013)
Log Message:
-----------
Add stdlib.h to solve compilation error caused by missing abort() prototype

Perhaps we'd better move this include to BLI_utildefines as we made with
with other includes needed for BLI_abort?

Modified Paths:
--------------
    trunk/blender/source/blender/freestyle/intern/geometry/BBox.h

Modified: trunk/blender/source/blender/freestyle/intern/geometry/BBox.h
===================================================================
--- trunk/blender/source/blender/freestyle/intern/geometry/BBox.h	2013-08-24 16:43:09 UTC (rev 59481)
+++ trunk/blender/source/blender/freestyle/intern/geometry/BBox.h	2013-08-24 17:15:59 UTC (rev 59482)
@@ -28,6 +28,8 @@
  *  \date 22/05/2003
  */
 
+#include <stdlib.h>
+
 #include "BLI_utildefines.h"
 
 #ifdef WITH_CXX_GUARDEDALLOC




More information about the Bf-blender-cvs mailing list