From 5f12e9b86e0e38a49629b9ef0c23a3cc975f6c04 Mon Sep 17 00:00:00 2001 From: Caio Oliveira Date: Sun, 31 Aug 2025 01:09:45 -0300 Subject: [PATCH] [common, fs] include missing header introduced on #330 Signed-off-by: Caio Oliveira --- src/common/string_util.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/string_util.h b/src/common/string_util.h index 8ed87cdadc..4358541b14 100644 --- a/src/common/string_util.h +++ b/src/common/string_util.h @@ -7,6 +7,7 @@ #pragma once +#include #include #include #include -- 2.39.5