12 lines
331 B
Diff
12 lines
331 B
Diff
diff --git a/common/src/x86emitter/cpudetect.cpp b/common/src/x86emitter/cpudetect.cpp
|
|
--- common/src/x86emitter/cpudetect.cpp
|
|
+++ common/src/x86emitter/cpudetect.cpp
|
|
@@ -16,6 +16,7 @@
|
|
#include "PrecompiledHeader.h"
|
|
#include "cpudetect_internal.h"
|
|
#include "internal.h"
|
|
+#include "fxsrintrin.h"
|
|
|
|
using namespace x86Emitter;
|
|
|