[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [11315] trunk/blender/source/gameengine/ Converter/BL_ActionActuator.cpp: was missing header

Campbell Barton cbarton at metavr.com
Thu Jul 19 16:28:57 CEST 2007


Revision: 11315
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=11315
Author:   campbellbarton
Date:     2007-07-19 16:28:57 +0200 (Thu, 19 Jul 2007)

Log Message:
-----------
was missing header

Modified Paths:
--------------
    trunk/blender/source/gameengine/Converter/BL_ActionActuator.cpp

Modified: trunk/blender/source/gameengine/Converter/BL_ActionActuator.cpp
===================================================================
--- trunk/blender/source/gameengine/Converter/BL_ActionActuator.cpp	2007-07-19 12:29:28 UTC (rev 11314)
+++ trunk/blender/source/gameengine/Converter/BL_ActionActuator.cpp	2007-07-19 14:28:57 UTC (rev 11315)
@@ -43,6 +43,7 @@
 #include "KX_GameObject.h"
 #include "STR_HashedString.h"
 #include "DNA_action_types.h"
+#include "DNA_nla_types.h"
 #include "DNA_actuator_types.h"
 #include "BKE_action.h"
 #include "DNA_armature_types.h"





More information about the Bf-blender-cvs mailing list