vm: Add missing headers.

vm.h relies on memory (std::shared_ptr) and functionnal (std::function).
This commit is contained in:
Vincent Lejeune 2016-07-28 22:55:16 +02:00
parent 15500d4ee9
commit b9f4c15ec0

View File

@ -1,6 +1,8 @@
#pragma once
#include <map>
#include <functional>
#include <memory>
class thread_ctrl;