summaryrefslogtreecommitdiff
path: root/utility/embed-glsl.cpp.m4
diff options
context:
space:
mode:
Diffstat (limited to 'utility/embed-glsl.cpp.m4')
-rw-r--r--utility/embed-glsl.cpp.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/utility/embed-glsl.cpp.m4 b/utility/embed-glsl.cpp.m4
index febba68..9e4c6d4 100644
--- a/utility/embed-glsl.cpp.m4
+++ b/utility/embed-glsl.cpp.m4
@@ -1,7 +1,8 @@
changecom()dnl
// NAME
#include "substr(TYPE,1)-NAME.h"
-#include <cstring>
+#include <GL/glew.h>
+#include "gfx/gl/shader-source.h"
constexpr const GLchar * src { R"GLSL-EMBED(dnl
include(SOURCE))GLSL-EMBED" };