From 2bd9519e39f7c383005fd531f4c7dd92cce246ad Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 20 Oct 2011 13:50:24 +0000 Subject: BLI_ghash.h was including BLI_blenlib.h, remove from ghash header and include in each file --- source/blender/modifiers/intern/MOD_bevel.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/modifiers/intern/MOD_bevel.c') diff --git a/source/blender/modifiers/intern/MOD_bevel.c b/source/blender/modifiers/intern/MOD_bevel.c index 197e6a24342..3397dad2460 100644 --- a/source/blender/modifiers/intern/MOD_bevel.c +++ b/source/blender/modifiers/intern/MOD_bevel.c @@ -37,6 +37,7 @@ #include "MEM_guardedalloc.h" #include "BLI_utildefines.h" +#include "BLI_string.h" #include "BKE_bmesh.h" #include "BKE_cdderivedmesh.h" -- cgit v1.2.3