From fd7c729bd17d8c1d8e98003d27e47a58c1c258ec Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Mon, 4 Feb 2008 21:52:03 +0000 Subject: 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 --- source/gameengine/GamePlayer/common/GPC_KeyboardDevice.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/gameengine') 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 + /** * NextFrame toggles currentTable with previousTable, * and copies relevant event information from previous to current table -- cgit v1.2.3