summaryrefslogtreecommitdiff
path: root/lib/glArrays.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/glArrays.h')
-rw-r--r--lib/glArrays.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/glArrays.h b/lib/glArrays.h
index 8c8c0bc..86385d9 100644
--- a/lib/glArrays.h
+++ b/lib/glArrays.h
@@ -1,9 +1,9 @@
#pragma once
-#include <GL/glew.h>
#include <algorithm> // IWYU pragma: keep
#include <array>
#include <cstddef>
+#include <glad/gl.h>
#include <special_members.h>
template<size_t N> class glArraysBase {