From 873f1f7f343b872c1cd6fc43b28502d66632204f Mon Sep 17 00:00:00 2001 From: hg <4683435+hgtw@users.noreply.github.com> Date: Sat, 30 Oct 2021 22:11:04 -0400 Subject: [PATCH] [Hotfix] Add include to fix windows build (#1657) --- common/string_util.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/common/string_util.cpp b/common/string_util.cpp index 305db7e48..77961dfc5 100644 --- a/common/string_util.cpp +++ b/common/string_util.cpp @@ -16,6 +16,7 @@ #include "string_util.h" #include +#include #ifdef _WINDOWS #include