mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-14 01:27:00 +00:00
vm: Add missing headers.
vm.h relies on memory (std::shared_ptr) and functionnal (std::function).
This commit is contained in:
parent
15500d4ee9
commit
b9f4c15ec0
@ -1,6 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include <map>
|
||||
#include <functional>
|
||||
#include <memory>
|
||||
|
||||
class thread_ctrl;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user