From 4a5f3476e2bd4b3a7b06ededb7c50650d8367c4c Mon Sep 17 00:00:00 2001 From: Date: Thu, 2 Jun 2016 03:16:02 -0400 Subject: [PATCH 1/2] #include if one is provided. --- Source/Project64/Support.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/Project64/Support.h b/Source/Project64/Support.h index 2380ecee0..d4ff9b1f3 100644 --- a/Source/Project64/Support.h +++ b/Source/Project64/Support.h @@ -1,4 +1,6 @@ +#if defined(_WIN32) #include +#endif #include #include From d8e820dfbfe68685fa2b8f8b030f590245d7e89e Mon Sep 17 00:00:00 2001 From: Date: Thu, 2 Jun 2016 03:16:38 -0400 Subject: [PATCH 2/2] s/memtest.h/MemTest.h --- Source/Project64/Support.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Project64/Support.h b/Source/Project64/Support.h index d4ff9b1f3..eb7f72cd1 100644 --- a/Source/Project64/Support.h +++ b/Source/Project64/Support.h @@ -2,7 +2,7 @@ #include #endif -#include +#include #include #include #include