mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 05:51:27 +12:00
Compilation fix
This commit is contained in:
parent
6069071e4d
commit
63df801b03
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
#include "Log.h"
|
#include "Log.h"
|
||||||
#include "Emu/System.h"
|
#include "Emu/System.h"
|
||||||
#include "Emu/CPU/CPUThread.h"
|
#include "Emu/CPU/CPUThread.h"
|
||||||
#include "Emu/Syscalls/Syscalls.h"
|
#include "Emu/SysCalls/SysCalls.h"
|
||||||
#include "Thread.h"
|
#include "Thread.h"
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue