From da8d9c1126f40ccb23399346f95dc9d6a51dad3a Mon Sep 17 00:00:00 2001 From: no Date: Mon, 7 Dec 2015 18:59:05 -0500 Subject: [PATCH] non-implicit string.h inclusion to fix non-Win32 compiles --- Source/Common/stdafx.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Common/stdafx.h b/Source/Common/stdafx.h index 27b502533..e5f1eebbc 100644 --- a/Source/Common/stdafx.h +++ b/Source/Common/stdafx.h @@ -4,6 +4,7 @@ #include #include #include +#include #include "MemTest.h" #include "StdString.h"