Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoit Bolsee <benoit.bolsee@online.be>2008-08-28 16:12:56 +0400
committerBenoit Bolsee <benoit.bolsee@online.be>2008-08-28 16:12:56 +0400
commit9f89f4cf340d25f38be5239651849832a714a880 (patch)
tree4de95226e55b9b253e2b79502f963812a4350da5
parent6a98b9215cc039f6c6fe0cba011d6783fbd6d7ab (diff)
compilation problem with gcc, memset undeclared
-rw-r--r--source/gameengine/Physics/Bullet/CcdPhysicsEnvironment.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/gameengine/Physics/Bullet/CcdPhysicsEnvironment.cpp b/source/gameengine/Physics/Bullet/CcdPhysicsEnvironment.cpp
index a34c70143e5..d14ddf8f65c 100644
--- a/source/gameengine/Physics/Bullet/CcdPhysicsEnvironment.cpp
+++ b/source/gameengine/Physics/Bullet/CcdPhysicsEnvironment.cpp
@@ -53,6 +53,7 @@ void DrawRasterizerLine(const float* from,const float* to,int color);
#include <stdio.h>
+#include <string.h> // for memset
#ifdef NEW_BULLET_VEHICLE_SUPPORT
class WrapperVehicle : public PHY_IVehicle