From 16ed997d21595c5af413da84df933bd5bb599163 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Mon, 19 Aug 2013 15:02:28 +0000 Subject: =?UTF-8?q?Fix=20build=20with=20GE=20and=20WITH=5FCXX=5FGUARDEDALL?= =?UTF-8?q?OC=20enabled=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/gameengine/Ketsji/BL_ActionManager.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/gameengine/Ketsji/BL_ActionManager.h') diff --git a/source/gameengine/Ketsji/BL_ActionManager.h b/source/gameengine/Ketsji/BL_ActionManager.h index 88aa241b6ce..8c5b8e909da 100644 --- a/source/gameengine/Ketsji/BL_ActionManager.h +++ b/source/gameengine/Ketsji/BL_ActionManager.h @@ -27,6 +27,10 @@ #ifndef __BL_ACTIONMANAGER_H__ #define __BL_ACTIONMANAGER_H__ +#ifdef WITH_CXX_GUARDEDALLOC + #include "MEM_guardedalloc.h" +#endif + #define MAX_ACTION_LAYERS 8 class BL_Action; -- cgit v1.2.3