Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2013-08-24 21:15:59 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2013-08-24 21:15:59 +0400
commit6caad3445e5ff31f33becf427b46855ba5f9c5c8 (patch)
tree10c9a9e26f3dd718bc440126fde71f79a8848b7d /source/blender/freestyle
parent1e2ceabbe1138cc331afe14b1f0916aa12bb1ea1 (diff)
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?
Diffstat (limited to 'source/blender/freestyle')
-rw-r--r--source/blender/freestyle/intern/geometry/BBox.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/freestyle/intern/geometry/BBox.h b/source/blender/freestyle/intern/geometry/BBox.h
index afff36dec7b..c557c2a6368 100644
--- a/source/blender/freestyle/intern/geometry/BBox.h
+++ b/source/blender/freestyle/intern/geometry/BBox.h
@@ -28,6 +28,8 @@
* \date 22/05/2003
*/
+#include <stdlib.h>
+
#include "BLI_utildefines.h"
#ifdef WITH_CXX_GUARDEDALLOC