vm: Add missing headers.
vm.h relies on memory (std::shared_ptr) and functionnal (std::function).
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include <map>
|
||||
#include <functional>
|
||||
#include <memory>
|
||||
|
||||
class thread_ctrl;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user