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:
parent
c93aaae1d8
commit
d1264b3258
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue