From 290a001111ef356815490f506cd40aaf69b6797b Mon Sep 17 00:00:00 2001 From: GAMMACASE <31375974+GAMMACASE@users.noreply.github.com> Date: Sat, 2 Aug 2025 15:41:33 +0300 Subject: [PATCH] Add missing include in rawallocator.h --- public/tier1/rawallocator.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/tier1/rawallocator.h b/public/tier1/rawallocator.h index 3aa0e4c3..639f675a 100644 --- a/public/tier1/rawallocator.h +++ b/public/tier1/rawallocator.h @@ -21,6 +21,8 @@ #include "platform.h" #include "basetypes.h" +#include + #include "memdbgon.h" class CMemAllocAllocator