diff options
Diffstat (limited to 'src/Graphics.h')
| -rw-r--r-- | src/Graphics.h | 2 |
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 |
