From 9c7b89241df26fbc224b826318fcb0401e024c46 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 15 Nov 2017 23:06:34 +1100 Subject: BLI_utildefines: sync w/ 2.8 --- source/blender/blenlib/BLI_utildefines.h | 3 +++ 1 file changed, 3 insertions(+) (limited to '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 + #ifndef NDEBUG # include "BLI_system.h" # ifdef WITH_ASSERT_ABORT -- cgit v1.2.3