fix compilation with libstdc++

This commit is contained in:
DH 2025-04-04 16:53:53 +03:00
parent c3a589af98
commit 639b1fe95c

View file

@ -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;