summaryrefslogtreecommitdiff
path: root/gui.h
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2011-05-10 16:46:26 +0200
committerJon Bergli Heier <snakebite@jvnv.net>2011-05-10 16:46:26 +0200
commitd42ec5c0e89559abd276334b6c4804e1eaa5e9c7 (patch)
treec6afda3e3f51d4ac79ffcdabd2edfc6d36df4201 /gui.h
parentfa1216b691dc5be3429858dcff845239b1aec417 (diff)
parent7d93cab1eb1629b068858a68ac5e5840fe84a83a (diff)
Merge branch 'master' into win32
Conflicts: gui.h quadtree.cpp scene.cpp scene.h
Diffstat (limited to 'gui.h')
-rw-r--r--gui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui.h b/gui.h
index 7e61197..fe3bb3e 100644
--- a/gui.h
+++ b/gui.h
@@ -1,8 +1,8 @@
#ifndef GUI_H
#define GUI_H
-#define CEGUI_STATIC
-
+// TODO: Remove temporary workaround for CEGUI + GCC 4.6
+#include <cstddef>
#include <CEGUI.h>
class GUI {