diff options
Diffstat (limited to 'src/glfww.h')
-rw-r--r-- | src/glfww.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glfww.h b/src/glfww.h index f5e127a..de8f6d9 100644 --- a/src/glfww.h +++ b/src/glfww.h @@ -1,4 +1,5 @@ #include <stdio.h> +#include <GL/glew.h> #include <GLFW/glfw3.h> #include <GL/gl.h> #include "util.h" |