Kajetan Johannes Hammerle 2 years ago
parent
commit
eb3bdec7bf
1 changed files with 3 additions and 2 deletions
  1. 3 2
      input/Buttons.h

+ 3 - 2
input/Buttons.h

@@ -1,8 +1,9 @@
 #ifndef BUTTONS_H
 #define BUTTONS_H
 
-#include <GL/glew.h>
-#include <GLFW/glfw3.h>
+#include "glew/glew.h"
+
+#include "GLFW/glfw3.h"
 
 #include "input/Button.h"
 #include "utils/Array.h"