mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-26 12:28:34 -06: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…
Reference in New Issue
Block a user