From 1c955731d4714febd3188b35b45cbb3de3422294 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dora=20Boyac=C4=B1o=C4=9Flu?= Date: Fri, 23 Feb 2024 20:50:49 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20there=20are=20no=20arguments=20to=20?= =?UTF-8?q?=E2=80=98V=5Fswap=E2=80=99=20that=20depend=20on=20a=20template?= =?UTF-8?q?=20parameter,=20so=20a=20declaration=20of=20=E2=80=98V=5Fswap?= =?UTF-8?q?=E2=80=99=20must=20be=20available?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/tier1/utlmemory.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/tier1/utlmemory.h b/public/tier1/utlmemory.h index afb027dde..f9a9fa9d2 100644 --- a/public/tier1/utlmemory.h +++ b/public/tier1/utlmemory.h @@ -1,4 +1,4 @@ -//===== Copyright © 1996-2005, Valve Corporation, All rights reserved. ======// +//===== Copyright � 1996-2005, Valve Corporation, All rights reserved. ======// // // Purpose: // @@ -20,6 +20,7 @@ #include "tier0/memalloc.h" #include "tier0/memdbgon.h" +#include "mathlib/mathlib.h" #ifdef _MSC_VER #pragma warning (disable:4100)