aboutsummaryrefslogtreecommitdiff
path: root/src/OpenGLSupport.h
diff options
context:
space:
mode:
authorStapleButter <thetotalworm@gmail.com>2019-05-28 19:48:59 +0200
committerStapleButter <thetotalworm@gmail.com>2019-05-28 19:48:59 +0200
commit891ab9fd3c91042d5097f38107cccfb47511e5e5 (patch)
treec526af742b034e48580a413c2441ddd6334688fa /src/OpenGLSupport.h
parent23eccc943973e32a0c0bb367a4b2ba19d8e54030 (diff)
Linux: start getting somewhere with the whole OpenGL shito
Diffstat (limited to 'src/OpenGLSupport.h')
-rw-r--r--src/OpenGLSupport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/OpenGLSupport.h b/src/OpenGLSupport.h
index 3f21a4c..239ae95 100644
--- a/src/OpenGLSupport.h
+++ b/src/OpenGLSupport.h
@@ -20,6 +20,7 @@
#define OPENGLSUPPORT_H
#include <stdio.h>
+#include <string.h>
#include <GL/gl.h>
#include <GL/glext.h>