From 71a5e4cf1e8bfc3bfe0e670f8cbf261a8a683e01 Mon Sep 17 00:00:00 2001 From: locus313 Date: Sat, 14 Nov 2020 18:51:28 -0800 Subject: [PATCH] add include Player.h --- src/cs_anticheat.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cs_anticheat.cpp b/src/cs_anticheat.cpp index f0cd5a6..52fd7c9 100644 --- a/src/cs_anticheat.cpp +++ b/src/cs_anticheat.cpp @@ -18,6 +18,7 @@ #include "Chat.h" #include "AnticheatMgr.h" #include "Configuration/Config.h" +#include "Player.h" class anticheat_commandscript : public CommandScript {