From 9c185249a2943bb81fcdff47c0d9423d0cc8caa6 Mon Sep 17 00:00:00 2001 From: Ben Judd Date: Fri, 7 Jun 2024 17:53:34 -0700 Subject: Fix build by moving include. --- src/string.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/string.hh') 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 +#include #include "memory.hh" #include "hash.hh" #include "units.hh" -- cgit v1.2.3