Fix build with GE and WITH_CXX_GUARDEDALLOC enabled…

This commit is contained in:
Bastien Montagne 2013-08-19 15:02:28 +00:00
parent 20fdea918d
commit 16ed997d21

@ -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;