summaryrefslogtreecommitdiff
path: root/src/std
diff options
context:
space:
mode:
authoromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-03-05 21:41:08 +1100
committeromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-03-05 21:41:08 +1100
commitd92d5231ae094ae79d95463d54275a3527cf1c2d (patch)
treeac32863eed71dd6062ca88e20ffb376e7090f1eb /src/std
parent428765380da3e7fdb8122e440b5d4065620fc8fb (diff)
get us running on Mac again with our vendored GLFW
Diffstat (limited to 'src/std')
-rw-r--r--src/std/str.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/std/str.h b/src/std/str.h
index 9d30cba..518d508 100644
--- a/src/std/str.h
+++ b/src/std/str.h
@@ -10,6 +10,8 @@
*/
#pragma once
+#include <ctype.h>
+
#include "defines.h"
#include "mem.h"