summaryrefslogtreecommitdiffstats
path: root/client/gui/softrenderer.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/gui/softrenderer.h')
-rw-r--r--client/gui/softrenderer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/gui/softrenderer.h b/client/gui/softrenderer.h
index 9fc1a29e..f5155ad2 100644
--- a/client/gui/softrenderer.h
+++ b/client/gui/softrenderer.h
@@ -4,6 +4,8 @@
#include <stdint.h>
#include <list>
#include <set>
+/* CEGUI 0.6 bug, CEGUITexture.h doesn't include this, we need to */
+#include <cstddef>
#include "CEGUIRenderer.h"
#include "CEGUIColourRect.h"