From c2d2df8c4222cb177b7b16ff0a04985abbbd2373 Mon Sep 17 00:00:00 2001 From: Blixibon Date: Mon, 17 Oct 2022 12:51:23 -0500 Subject: [PATCH] Fixed forgotten #include in KeyValues.cpp --- sp/src/tier1/KeyValues.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sp/src/tier1/KeyValues.cpp b/sp/src/tier1/KeyValues.cpp index 16fae59c..7ce91354 100644 --- a/sp/src/tier1/KeyValues.cpp +++ b/sp/src/tier1/KeyValues.cpp @@ -28,6 +28,9 @@ #include "utlhash.h" #include "UtlSortVector.h" #include "convar.h" +#ifdef MAPBASE +#include "icommandline.h" +#endif // memdbgon must be the last include file in a .cpp file!!! #include