mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
[rpcsx-os] metadbg: fix chrono include
This commit is contained in:
parent
8528784837
commit
f6c2cf05d3
|
|
@ -2,7 +2,7 @@
|
|||
#include "orbis/KernelAllocator.hpp"
|
||||
#include "orbis/file.hpp"
|
||||
#include "orbis/utils/Logs.hpp"
|
||||
#include <bits/chrono.h>
|
||||
#include <chrono>
|
||||
#include <thread>
|
||||
|
||||
struct MetaDbgFile : orbis::File {};
|
||||
|
|
|
|||
Loading…
Reference in a new issue