From 689493610f81ed8fcf8da794d720fd6a1ab7e8b2 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Wed, 1 Jan 2020 19:16:33 -0600 Subject: [PATCH] Make windows happy? --- common/string_util.h | 1 + 1 file changed, 1 insertion(+) diff --git a/common/string_util.h b/common/string_util.h index 70aa1d16c..50ac60d64 100644 --- a/common/string_util.h +++ b/common/string_util.h @@ -25,6 +25,7 @@ #ifndef _WIN32 // this doesn't appear to affect linux-based systems..need feedback for _WIN64 #include +#include #endif #include "types.h"