pch: Use correctly cased KeyValues.h per-branch

This commit is contained in:
Joshua Ashton 2022-08-29 08:24:44 +01:00
parent 457b9923f5
commit 6d81c04454
1 changed files with 4 additions and 0 deletions

View File

@ -41,7 +41,11 @@
#include "tier1/tier1.h" #include "tier1/tier1.h"
#include "tier1/strtools.h" #include "tier1/strtools.h"
#include "tier1/interface.h" #include "tier1/interface.h"
#ifndef GAME_L4D2_OR_NEWER
#include "tier1/KeyValues.h" #include "tier1/KeyValues.h"
#else
#include "tier1/keyvalues.h"
#endif
#include "tier1/UtlStringMap.h" #include "tier1/UtlStringMap.h"
#include "tier1/utlbuffer.h" #include "tier1/utlbuffer.h"