Merge pull request #1299 from PCSX2/gcc-6

x86emitter: gcc 6 compilation fix
This commit is contained in:
Gregory Hainaut 2016-04-18 20:54:25 +02:00
commit 943e000c41
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
#include "PrecompiledHeader.h"
#include "cpudetect_internal.h"
#include "internal.h"
#include "x86_intrin.h"
using namespace x86Emitter;