summaryrefslogtreecommitdiff
path: root/gui.h
diff options
context:
space:
mode:
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 {