summaryrefslogtreecommitdiff
path: root/ui/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/font.h')
-rw-r--r--ui/font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/font.h b/ui/font.h
index 52b92a7..6c86e18 100644
--- a/ui/font.h
+++ b/ui/font.h
@@ -1,12 +1,12 @@
#pragma once
-#include <GL/glew.h>
#include <array>
#include <cache.h>
#include <cstddef>
#include <cstdint>
#include <filesystem>
#include <glArrays.h>
+#include <glad/gl.h>
#include <glm/glm.hpp>
#include <map>
#include <string_view>