1.4.x: x86emitter: fix compilation issue with recent GCC

close #1544
This commit is contained in:
Gregory Hainaut 2016-09-02 22:53:52 +02:00
parent 8f74b640f0
commit 21012a8ec3
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@
#include "PrecompiledHeader.h"
#include "cpudetect_internal.h"
#include "internal.h"
#ifdef __linux__
#include "fxsrintrin.h"
#endif
using namespace x86Emitter;