JitIL Profiler needs time.h

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6446 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Shawn Hoffman 2010-11-19 17:43:12 +00:00
parent c93aaae1d8
commit d1264b3258
1 changed files with 1 additions and 0 deletions

View File

@ -158,6 +158,7 @@ ps_adds1
// FIXME: This is currently for windows only.
#include <windows.h>
#include <intrin.h>
#include <time.h>
namespace JitILProfiler {
struct Block {
u32 index;