From 7fdcbced09bc43ef6d0b55e37deb8de3f4b10957 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Fri, 5 Jan 2024 22:35:11 +0000 Subject: [PATCH] Add missing include to string_func.h --- src/string_func.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/string_func.h b/src/string_func.h index 8130f6db0e..2b117e4fed 100644 --- a/src/string_func.h +++ b/src/string_func.h @@ -26,6 +26,7 @@ #include #include +#include #include "core/bitmath_func.hpp" #include "core/span_type.hpp"