Fix compile errors for client dll project

Server classes are only included on dedicated and host, client didn't use them. These files included the keyvalues header. Added header file to fix the compile errors.
This commit is contained in:
Kawe Mazidjatari 2022-11-27 10:12:42 +01:00
parent 81154df155
commit befd3bbe8c

View File

@ -10,6 +10,7 @@
#include "core/logdef.h"
#include "tier0/frametask.h"
#include "tier1/cvar.h"
#include "vpc/keyvalues.h"
#include "vstdlib/callback.h"
#include "mathlib/color.h"
#include "engine/net.h"