mirror of https://github.com/PCSX2/pcsx2.git
Fix an oversight (missing an include)
This commit is contained in:
parent
1068208887
commit
eacd789a88
|
@ -14,6 +14,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
#include "Pcsx2Defs.h"
|
||||||
|
|
||||||
// Keep my nice alignment please!
|
// Keep my nice alignment please!
|
||||||
#define MOVZ MOVZtemp
|
#define MOVZ MOVZtemp
|
||||||
|
|
Loading…
Reference in New Issue