summaryrefslogtreecommitdiff
path: root/gfx/gl/glSource.h
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/gl/glSource.h')
-rw-r--r--gfx/gl/glSource.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gfx/gl/glSource.h b/gfx/gl/glSource.h
index 53c221b..e44c5a2 100644
--- a/gfx/gl/glSource.h
+++ b/gfx/gl/glSource.h
@@ -3,6 +3,7 @@
#include <GL/glew.h>
#include <glRef.hpp>
+#include <string_view>
struct GLsource {
using ShaderRef = glRef<GLuint, __glewCreateShader, __glewDeleteShader>;