Compare commits

...
1 Commits
Author SHA1 Message Date
Gregory Hainaut 21012a8ec3 1.4.x: x86emitter: fix compilation issue with recent GCC
close #1544
2016-09-02 22:54:17 +02:00
+3
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;