diff options
Diffstat (limited to 'NorthstarDedicatedTest/securitypatches.cpp')
-rw-r--r-- | NorthstarDedicatedTest/securitypatches.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDedicatedTest/securitypatches.cpp b/NorthstarDedicatedTest/securitypatches.cpp index dacc075c..3664e96a 100644 --- a/NorthstarDedicatedTest/securitypatches.cpp +++ b/NorthstarDedicatedTest/securitypatches.cpp @@ -3,7 +3,7 @@ #include "hookutils.h" #include "concommand.h" #include "dedicated.h" -#include "tier0.h" +#include "gameutils.h" typedef bool(*IsValveModType)(); IsValveModType IsValveMod; |