From 0d15fc35d74941e5b2364af469c83da1b6973dea Mon Sep 17 00:00:00 2001 From: Nekotekina Date: Sat, 23 Aug 2014 01:31:39 +0400 Subject: [PATCH] Compilation fix --- rpcs3/stdafx.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rpcs3/stdafx.h b/rpcs3/stdafx.h index 74bfb2141f..35cd772d9c 100644 --- a/rpcs3/stdafx.h +++ b/rpcs3/stdafx.h @@ -43,6 +43,8 @@ #include #include +#include "Utilities/GNU.h" + typedef unsigned int uint; typedef uint8_t u8; @@ -249,7 +251,6 @@ struct u128 #define AlignAddr(addr, align) (((addr) + ((align) - 1)) & ~((align) - 1)) #include "Utilities/StrFmt.h" -#include "Utilities/GNU.h" #include "Utilities/BEType.h" #include "Utilities/rFile.h" #include "Utilities/Thread.h"