fix include <array> for mac

This commit is contained in:
cigerxwinchaker 2019-11-27 12:32:54 +01:00
parent 23b5224946
commit 0eee01d4c6
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
#include <functional>
#include <sys/types.h>
#include <vector>
#include <array>
namespace vkvm {