mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-05-07 13:37:46 +00:00
sys_time: include <exception> on NOT WIN32
This commit is contained in:
parent
e075170cc4
commit
bfea622999
1 changed files with 1 additions and 0 deletions
|
|
@ -118,6 +118,7 @@ static int clock_gettime(int clk_id, struct timespec* tp)
|
|||
|
||||
#ifndef _WIN32
|
||||
|
||||
#include <exception>
|
||||
#include <sys/time.h>
|
||||
|
||||
static struct timespec start_time = []()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue