JIT: add missing header after fd525ae1cf

In file included from Utilities/JIT.cpp:1:
Utilities/JIT.h:33:23: error: implicit instantiation of undefined template 'std::__1::array<asmjit::X86Gp, 4>'
        std::array<X86Gp, 4> args;
                             ^
/usr/include/c++/v1/__tuple:223:64: note: template is declared here
template <class _Tp, size_t _Size> struct _LIBCPP_TEMPLATE_VIS array;
                                                               ^
This commit is contained in:
Jan Beich 2018-05-16 23:38:14 +00:00 committed by Ivan
parent 253248349f
commit a68dac7282
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
#define ASMJIT_DEBUG
#include "asmjit.h"
#include <array>
#include <functional>
namespace asmjit