From 3cd1f11ba17669b63b8da45c332dd3ef583e86d4 Mon Sep 17 00:00:00 2001 From: Themaister Date: Thu, 27 Mar 2014 21:47:19 +0100 Subject: [PATCH] Also include msvc_compat.h in misc.h. --- miscellaneous.h | 1 + 1 file changed, 1 insertion(+) diff --git a/miscellaneous.h b/miscellaneous.h index 0a0cdb9a73..ae4d44e5f4 100644 --- a/miscellaneous.h +++ b/miscellaneous.h @@ -35,6 +35,7 @@ #elif defined(_WIN32) && defined(_XBOX) #include #endif +#include "msvc/msvc_compat.h" #include "retroarch_logger.h" #include