1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-19 03:56:10 +08:00

Add missing utlleanvector.h includes

This commit is contained in:
GAMMACASE
2025-08-02 16:46:08 +03:00
parent 07a2bdb1b3
commit 169f879cda
2 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#include "tier0/dbg.h"
#include "utlrbtree.h"
#include "utlleanvector.h"
//-----------------------------------------------------------------------------
//

View File

@ -10,6 +10,7 @@
#define UTLRBTREE_H
#include "tier1/utlmemory.h"
#include "tier1/utlleanvector.h"
#include "tier1/utlfixedmemory.h"
#include "tier1/utlblockmemory.h"