From a2965cdca635d6149da2e7d19524fbac985f153d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francesco=20Borz=C3=AC?= Date: Mon, 29 Jul 2024 18:10:56 +0200 Subject: [PATCH] fix(build): add missing import (#133) --- src/AnticheatMgr.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/AnticheatMgr.cpp b/src/AnticheatMgr.cpp index 054343c..c44bb13 100644 --- a/src/AnticheatMgr.cpp +++ b/src/AnticheatMgr.cpp @@ -23,6 +23,7 @@ */ #include "AnticheatMgr.h" +#include "BanMgr.h" #include "Log.h" #include "MapMgr.h" #include "Player.h"