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:
authorKent Mein <mein@cs.umn.edu>2008-02-05 00:52:03 +0300
committerKent Mein <mein@cs.umn.edu>2008-02-05 00:52:03 +0300
commitfd7c729bd17d8c1d8e98003d27e47a58c1c258ec (patch)
treeae469f4c0351c6c8279afd8f19a97dacb6b83caf /source/gameengine
parentf11ea1eb8e51e9d2d236a4efb34e55b564eec7ba (diff)
This is patch: [#8216] Make blender compile with gcc 4.3
minus one small include file that was commented out, I'm not sure why it was commented out but I'm pretty sure its needed. If there are still problems later we can sort it out, everything else is pretty simple. Kent
Diffstat (limited to 'source/gameengine')
-rw-r--r--source/gameengine/GamePlayer/common/GPC_KeyboardDevice.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/gameengine/GamePlayer/common/GPC_KeyboardDevice.cpp b/source/gameengine/GamePlayer/common/GPC_KeyboardDevice.cpp
index dbe875957b0..8bbac10f7ca 100644
--- a/source/gameengine/GamePlayer/common/GPC_KeyboardDevice.cpp
+++ b/source/gameengine/GamePlayer/common/GPC_KeyboardDevice.cpp
@@ -32,6 +32,8 @@
#include "GPC_KeyboardDevice.h"
+#include <cstdlib>
+
/**
* NextFrame toggles currentTable with previousTable,
* and copies relevant event information from previous to current table