mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 02:32:36 +01:00
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:
parent
253248349f
commit
a68dac7282
@ -4,6 +4,7 @@
|
||||
#define ASMJIT_DEBUG
|
||||
|
||||
#include "asmjit.h"
|
||||
#include <array>
|
||||
#include <functional>
|
||||
|
||||
namespace asmjit
|
||||
|
Loading…
Reference in New Issue
Block a user