fix dedicated build caused by previous commit

This commit is contained in:
nillerusr 2023-02-03 03:40:57 +03:00
parent de1efa823a
commit 398e79a903
3 changed files with 7 additions and 0 deletions

View file

@ -14,7 +14,10 @@
#include "filesystem_init.h"
#include "tier1/convar.h"
#include "vstdlib/cvar.h"
#ifndef DEDICATED
#include "togl/rendermechanism.h"
#endif
// NOTE: This has to be the last file included! (turned off below, since this is included like a header)
#include "tier0/memdbgon.h"

View file

@ -18,7 +18,9 @@
#include "ctype.h"
#include "tier1/fmtstr.h"
#ifndef DEDICATED
#include "togl/rendermechanism.h"
#endif
// NOTE: This must be the last file included!!!
#include "tier0/memdbgon.h"

View file

@ -12,7 +12,9 @@
#include "materialsystem/imaterial.h"
#include "tier0/vprof.h"
#include "tier0/basetypes.h"
#ifndef DEDICATED
#include "togl/rendermechanism.h"
#endif
#if !defined(M_PI)
#define M_PI 3.14159265358979323846