summaryrefslogtreecommitdiffhomepage
path: root/src/shader.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/shader.hpp')
-rw-r--r--src/shader.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shader.hpp b/src/shader.hpp
index 8fba3df..7e4f25d 100644
--- a/src/shader.hpp
+++ b/src/shader.hpp
@@ -2,7 +2,7 @@
#include <string>
-#include <glad/glad.h>
+#include "glad/glad.h"
class Shader
{