[Bf-blender-cvs] [659dc348230] blender-v2.79a-release: BLI_utildefines: sync w/ 2.8

Campbell Barton noreply at git.blender.org
Wed Jan 3 12:47:51 CET 2018


Commit: 659dc348230506db5887f89dbaa7a7350f4b5dd2
Author: Campbell Barton
Date:   Wed Nov 15 23:06:34 2017 +1100
Branches: blender-v2.79a-release
https://developer.blender.org/rB659dc348230506db5887f89dbaa7a7350f4b5dd2

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 746eb922c65..6d958306000 100644
--- a/source/blender/blenlib/BLI_utildefines.h
+++ b/source/blender/blenlib/BLI_utildefines.h
@@ -632,6 +632,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