[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [59305] trunk/blender/source/gameengine/ Ketsji/BL_ActionManager.h: Fix build with GE and WITH_CXX_GUARDEDALLOC enabled?\226?\128?\166

Bastien Montagne montagne29 at wanadoo.fr
Mon Aug 19 17:02:28 CEST 2013


Revision: 59305
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=59305
Author:   mont29
Date:     2013-08-19 15:02:28 +0000 (Mon, 19 Aug 2013)
Log Message:
-----------
Fix build with GE and WITH_CXX_GUARDEDALLOC enabled?\226?\128?\166

Modified Paths:
--------------
    trunk/blender/source/gameengine/Ketsji/BL_ActionManager.h

Modified: trunk/blender/source/gameengine/Ketsji/BL_ActionManager.h
===================================================================
--- trunk/blender/source/gameengine/Ketsji/BL_ActionManager.h	2013-08-19 14:40:16 UTC (rev 59304)
+++ trunk/blender/source/gameengine/Ketsji/BL_ActionManager.h	2013-08-19 15:02:28 UTC (rev 59305)
@@ -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;




More information about the Bf-blender-cvs mailing list