pch: Use correctly cased KeyValues.h per-branch

pull/36/head
Joshua Ashton 7 months ago
parent 457b9923f5
commit 6d81c04454

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

Loading…
Cancel
Save