summaryrefslogtreecommitdiff
path: root/shaders
diff options
context:
space:
mode:
authorHunter Kvalevog <hunter@kvog.sh>2026-02-04 10:42:02 -0600
committerHunter Kvalevog <hunter@kvog.sh>2026-02-04 10:42:29 -0600
commit45ff70420ad4ffbcaa5e420e3f1327a80e215fb0 (patch)
tree13817295d8633f1085e352743904a1add467dfea /shaders
parent117f1e009079140d1e7d56e526d61b74a05d8977 (diff)
shaders: Add missing #include
Diffstat (limited to 'shaders')
-rw-r--r--shaders/shaders.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/shaders/shaders.hh b/shaders/shaders.hh
index 00365fb..d23a13d 100644
--- a/shaders/shaders.hh
+++ b/shaders/shaders.hh
@@ -7,6 +7,7 @@
#include "imgui.h"
#include <algorithm>
+#include <cstring>
#include <vector>
#include <SDL3/SDL.h>