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"