summaryrefslogtreecommitdiff
path: root/src/Graphics.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-06-02 15:51:01 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-06-02 15:51:01 (GMT)
commita247951115cfd18fada689d5cbff0b7c6ffa3c4e (patch)
tree904e854d25aa8110a7aec8e8601e51976206c430 /src/Graphics.h
parente0c9dab8cb981172c5de81f5963e28db67f1b295 (diff)
downloadpowder-a247951115cfd18fada689d5cbff0b7c6ffa3c4e.zip
powder-a247951115cfd18fada689d5cbff0b7c6ffa3c4e.tar.gz
Add missing header includer for C libraries.
Diffstat (limited to 'src/Graphics.h')
-rw-r--r--src/Graphics.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Graphics.h b/src/Graphics.h
index ab415a4..bd88d59 100644
--- a/src/Graphics.h
+++ b/src/Graphics.h
@@ -2,6 +2,8 @@
#define GRAPHICS_H
#include <string>
+#include <cstdlib>
+#include <cstring>
#if defined(OGLR)
#include "OpenGLHeaders.h"
#endif