Kajetan Johannes Hammerle преди 2 години
родител
ревизия
eb3bdec7bf
променени са 1 файла, в които са добавени 3 реда и са изтрити 2 реда
  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"