From 3445e8e9a0528c48302d63bfae8c9cab44037471 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 13 Dec 2013 03:58:58 +0100 Subject: [PATCH] performance.c - include Windows.h --- performance.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/performance.c b/performance.c index 97b475af7b..9d30db442c 100644 --- a/performance.c +++ b/performance.c @@ -26,6 +26,10 @@ #include #endif +#if defined(_WIN32) && !defined(_XBOX) +#include +#endif + #if defined(__CELLOS_LV2__) || defined(GEKKO) #ifndef _PPU_INTRINSICS_H #include