Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2013-08-19 19:02:28 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2013-08-19 19:02:28 +0400
commit16ed997d21595c5af413da84df933bd5bb599163 (patch)
tree04734371c5d8444e7f3cec17b0ba5c2246f71322 /source/gameengine/Ketsji/BL_ActionManager.h
parent20fdea918de205a009eba19d286148b21c4ea979 (diff)
Fix build with GE and WITH_CXX_GUARDEDALLOC enabled…
Diffstat (limited to 'source/gameengine/Ketsji/BL_ActionManager.h')
-rw-r--r--source/gameengine/Ketsji/BL_ActionManager.h4
1 files changed, 4 insertions, 0 deletions
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;