diff options
Diffstat (limited to 'lib/embed-glsl.cpp.m4')
-rw-r--r-- | lib/embed-glsl.cpp.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/embed-glsl.cpp.m4 b/lib/embed-glsl.cpp.m4 index 5b25e0a..3503f75 100644 --- a/lib/embed-glsl.cpp.m4 +++ b/lib/embed-glsl.cpp.m4 @@ -3,7 +3,7 @@ changecom()dnl #include "substr(TYPE,1)-NAME.h" #include <GL/glew.h> #include "gfx/gl/shader.h" -#include "lib/strings.hpp" +#include "lib/strings.h" constexpr const GLchar * src { R"GLSL-EMBED(dnl include(SOURCE))GLSL-EMBED" }; |