Fix build with GE and WITH_CXX_GUARDEDALLOC enabled…
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user