Kajetan Johannes Hammerle hace 2 años
padre
commit
eb3bdec7bf
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  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"