From c8432acc9a4edecc922df2c6167c36fa035bb79e Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Sat, 28 May 2022 16:15:39 +0200 Subject: [PATCH] Add 'tier0/commonmacros.h' to precompiled header --- r5dev/core/stdafx.h | 1 + 1 file changed, 1 insertion(+) diff --git a/r5dev/core/stdafx.h b/r5dev/core/stdafx.h index 53d61f5a..203fd8ec 100644 --- a/r5dev/core/stdafx.h +++ b/r5dev/core/stdafx.h @@ -87,6 +87,7 @@ #include "core/termutil.h" #include "tier0/basetypes.h" #include "tier0/platform.h" +#include "tier0/commonmacros.h" #if !defined(SDKLAUNCHER) && !defined (NETCONSOLE) #include "tier0/dbg.h" #endif // !SDKLAUNCHER && !NETCONSOLE