mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-30 15:32:47 +00:00
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.
|
// FIXME: This is currently for windows only.
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <intrin.h>
|
#include <intrin.h>
|
||||||
|
#include <time.h>
|
||||||
namespace JitILProfiler {
|
namespace JitILProfiler {
|
||||||
struct Block {
|
struct Block {
|
||||||
u32 index;
|
u32 index;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user