CMake: Fix Linux WITHOUT_LLVM build

- _XABORT_RETRY is defined in immintrin.h which wasn't included
This commit is contained in:
Lassi Hämäläinen 2018-09-19 19:26:11 +03:00 committed by Ivan
parent 59090f6d26
commit 972de4c730

View File

@ -1,4 +1,5 @@
#include "JIT.h"
#include <immintrin.h>
asmjit::JitRuntime& asmjit::get_global_runtime()
{