[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [16288] trunk/blender/source/gameengine/ Physics/Bullet/CcdPhysicsEnvironment.cpp: compilation problem with gcc, memset undeclared

Benoit Bolsee benoit.bolsee at online.be
Thu Aug 28 14:12:57 CEST 2008


Revision: 16288
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=16288
Author:   ben2610
Date:     2008-08-28 14:12:56 +0200 (Thu, 28 Aug 2008)

Log Message:
-----------
compilation problem with gcc, memset undeclared

Modified Paths:
--------------
    trunk/blender/source/gameengine/Physics/Bullet/CcdPhysicsEnvironment.cpp

Modified: trunk/blender/source/gameengine/Physics/Bullet/CcdPhysicsEnvironment.cpp
===================================================================
--- trunk/blender/source/gameengine/Physics/Bullet/CcdPhysicsEnvironment.cpp	2008-08-28 11:26:40 UTC (rev 16287)
+++ trunk/blender/source/gameengine/Physics/Bullet/CcdPhysicsEnvironment.cpp	2008-08-28 12:12:56 UTC (rev 16288)
@@ -53,6 +53,7 @@
 
 
 #include <stdio.h>
+#include <string.h>		// for memset
 
 #ifdef NEW_BULLET_VEHICLE_SUPPORT
 class WrapperVehicle : public PHY_IVehicle





More information about the Bf-blender-cvs mailing list