summaryrefslogtreecommitdiff
path: root/src/string.hh
diff options
context:
space:
mode:
authorBen Judd <bjudd61@gmail.com>2024-06-07 17:53:34 -0700
committerBen Judd <bjudd@nuro.ai>2024-06-07 17:54:06 -0700
commit9c185249a2943bb81fcdff47c0d9423d0cc8caa6 (patch)
tree4c21f5e6be57c2c2177a2bcd72d1ec1853fcee2b /src/string.hh
parent2754e27cf2a85fd4004dd7daabe052b7df1b425a (diff)
Fix build by moving include.
Diffstat (limited to 'src/string.hh')
-rw-r--r--src/string.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/string.hh b/src/string.hh
index 3bbb907e..b3102272 100644
--- a/src/string.hh
+++ b/src/string.hh
@@ -2,6 +2,7 @@
#define string_hh_INCLUDED
#include <bit>
+#include <cstring>
#include "memory.hh"
#include "hash.hh"
#include "units.hh"