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
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/blender/blenkernel/BKE_ccg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_ccg.h b/source/blender/blenkernel/BKE_ccg.h
index f969a53c085..079994450d5 100644
--- a/source/blender/blenkernel/BKE_ccg.h
+++ b/source/blender/blenkernel/BKE_ccg.h
@@ -31,8 +31,9 @@
/* defines BLI_INLINE */
#include "BLI_utildefines.h"
-/* declares fprintf(), needed for BLI_assert */
+/* declares fprintf() and abort(), needed for BLI_assert */
#include <stdio.h>
+#include <stdlib.h>
struct CCGSubSurf;