diff options
Diffstat (limited to 'gfx/gl/shader.h')
-rw-r--r-- | gfx/gl/shader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx/gl/shader.h b/gfx/gl/shader.h index c1e3981..cb8065b 100644 --- a/gfx/gl/shader.h +++ b/gfx/gl/shader.h @@ -1,7 +1,7 @@ #pragma once #include <GL/glew.h> -#include <glRef.hpp> +#include <glRef.h> #include <optional> #include <string_view> |