From 9031e8ba6a934b9405b7e4245a007c6121013333 Mon Sep 17 00:00:00 2001 From: Andrew McWatters Date: Sat, 14 Dec 2024 21:38:45 -0700 Subject: [PATCH] Replace deprecated typeinfo.h with typeinfo in Win32 includes --- mp/src/game/client/hud_pdump.cpp | 2 +- mp/src/game/client/physics_main_client.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mp/src/game/client/hud_pdump.cpp b/mp/src/game/client/hud_pdump.cpp index 612a18d7e3..666c88889b 100644 --- a/mp/src/game/client/hud_pdump.cpp +++ b/mp/src/game/client/hud_pdump.cpp @@ -22,7 +22,7 @@ static CPDumpPanel *g_pPDumpPanel = NULL; // retaining our own warning setup...ywb #ifdef WIN32 #pragma warning( push ) -#include +#include #pragma warning( pop ) #endif diff --git a/mp/src/game/client/physics_main_client.cpp b/mp/src/game/client/physics_main_client.cpp index b1af5b23a9..9944a73d3f 100644 --- a/mp/src/game/client/physics_main_client.cpp +++ b/mp/src/game/client/physics_main_client.cpp @@ -7,7 +7,7 @@ #include "cbase.h" #include "c_baseentity.h" #ifdef WIN32 -#include +#include #endif #include "tier0/vprof.h"