Add missing <array> header include

This commit is contained in:
Jason Turner 2016-03-07 16:19:40 -07:00
parent 019c6b2830
commit 85163e08cc

View File

@ -10,6 +10,7 @@
#include <functional>
#include <stdexcept>
#include <vector>
#include <array>
#include "../chaiscript_defines.hpp"
#include "boxed_cast.hpp"