From d50e5855c4382da4ad51a89e557174e66796f695 Mon Sep 17 00:00:00 2001 From: Uleat Date: Wed, 1 Jan 2020 20:57:42 -0500 Subject: [PATCH] There, there windows..it'll be ok... --- common/string_util.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/common/string_util.h b/common/string_util.h index 50ac60d64..6582ef975 100644 --- a/common/string_util.h +++ b/common/string_util.h @@ -25,7 +25,11 @@ #ifndef _WIN32 // this doesn't appear to affect linux-based systems..need feedback for _WIN64 #include -#include +#endif + +#ifdef _WINDOWS +#include +#include #endif #include "types.h"