mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
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:
parent
81154df155
commit
befd3bbe8c
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user