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"