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:
@ -15,6 +15,7 @@
|
||||
|
||||
#include "tier0/dbg.h"
|
||||
#include "utlrbtree.h"
|
||||
#include "utlleanvector.h"
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
//
|
||||
|
@ -10,6 +10,7 @@
|
||||
#define UTLRBTREE_H
|
||||
|
||||
#include "tier1/utlmemory.h"
|
||||
#include "tier1/utlleanvector.h"
|
||||
#include "tier1/utlfixedmemory.h"
|
||||
#include "tier1/utlblockmemory.h"
|
||||
|
||||
|
Reference in New Issue
Block a user