fix IA32 build, as we need minimum SSSE3 support for compilation to succeed

This commit is contained in:
Konstantinos Margaritis
2020-12-30 19:57:44 +02:00
parent 124455a4a8
commit 752a42419b
6 changed files with 24 additions and 8 deletions

View File

@@ -30,7 +30,7 @@
#include "hs_common.h"
#include "hs_runtime.h"
#include "ue2common.h"
#if defined(ARCH_X86_64)
#if defined(ARCH_IA32) || defined(ARCH_X86_64)
#include "util/arch/x86/cpuid_inline.h"
#endif
#include "util/join.h"