Kajetan Johannes Hammerle 2 anos atrás
pai
commit
eb3bdec7bf
1 arquivos alterados com 3 adições e 2 exclusões
  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"