[Bf-blender-cvs] [9c7b89241df] master: BLI_utildefines: sync w/ 2.8

Campbell Barton noreply at git.blender.org
Wed Nov 15 13:01:08 CET 2017


Commit: 9c7b89241df26fbc224b826318fcb0401e024c46
Author: Campbell Barton
Date:   Wed Nov 15 23:06:34 2017 +1100
Branches: master
https://developer.blender.org/rB9c7b89241df26fbc224b826318fcb0401e024c46

BLI_utildefines: sync w/ 2.8

===================================================================

M	source/blender/blenlib/BLI_utildefines.h

===================================================================

diff --git a/source/blender/blenlib/BLI_utildefines.h b/source/blender/blenlib/BLI_utildefines.h
index 1186e4a0713..b13d5e368ec 100644
--- a/source/blender/blenlib/BLI_utildefines.h
+++ b/source/blender/blenlib/BLI_utildefines.h
@@ -609,6 +609,9 @@ extern bool BLI_memory_is_zero(const void *arr, const size_t arr_size);
 /* BLI_assert(), default only to print
  * for aborting need to define WITH_ASSERT_ABORT
  */
+/* For 'abort' only. */
+#include <stdlib.h>
+
 #ifndef NDEBUG
 #  include "BLI_system.h"
 #  ifdef WITH_ASSERT_ABORT



More information about the Bf-blender-cvs mailing list