From 6caad3445e5ff31f33becf427b46855ba5f9c5c8 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Sat, 24 Aug 2013 17:15:59 +0000 Subject: 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? --- source/blender/freestyle/intern/geometry/BBox.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/freestyle') 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 + #include "BLI_utildefines.h" #ifdef WITH_CXX_GUARDEDALLOC -- cgit v1.2.3