From 87477c5d11a46ce674789efcac9bc5b37ef66d84 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 17 Aug 2010 11:10:48 +0000 Subject: fix for error with removing MEM_guardedalloc.h, not sure why I didnt get this warning when rebuilding yesyerday. --- source/blender/blenlib/intern/BLI_ghash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenlib/intern') diff --git a/source/blender/blenlib/intern/BLI_ghash.c b/source/blender/blenlib/intern/BLI_ghash.c index 11756ada40e..6daa2928716 100644 --- a/source/blender/blenlib/intern/BLI_ghash.c +++ b/source/blender/blenlib/intern/BLI_ghash.c @@ -28,10 +28,10 @@ * A general (pointer -> pointer) hash table ADT */ +#include "MEM_guardedalloc.h" #include "BLI_ghash.h" #include "BLO_sys_types.h" // for intptr_t support - /***/ unsigned int hashsizes[]= { -- cgit v1.2.3