mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
fix compilation with libstdc++
This commit is contained in:
parent
c3a589af98
commit
639b1fe95c
|
|
@ -1,8 +1,8 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "Utilities/Thread.h"
|
|
||||||
#include "system_config_types.h"
|
#include "system_config_types.h"
|
||||||
#include "Utilities/Config.h"
|
#include "Utilities/Config.h"
|
||||||
|
#include <thread>
|
||||||
|
|
||||||
enum CellNetCtlState : s32;
|
enum CellNetCtlState : s32;
|
||||||
enum CellSysutilLicenseArea : s32;
|
enum CellSysutilLicenseArea : s32;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue