Also include msvc_compat.h in misc.h.

This commit is contained in:
Themaister 2014-03-27 21:47:19 +01:00
parent 1e7771ce28
commit 3cd1f11ba1

View File

@ -35,6 +35,7 @@
#elif defined(_WIN32) && defined(_XBOX)
#include <Xtl.h>
#endif
#include "msvc/msvc_compat.h"
#include "retroarch_logger.h"
#include <limits.h>