From 05e8c3b2a8c3612baf3ae3e2611db1dedef265fa Mon Sep 17 00:00:00 2001 From: RD42 <42702181+dashr9230@users.noreply.github.com> Date: Wed, 28 Aug 2024 23:12:47 +0800 Subject: [PATCH] [bot] Include `system.h` from server --- bot/main.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bot/main.h b/bot/main.h index b306da5..2ef3752 100644 --- a/bot/main.h +++ b/bot/main.h @@ -48,6 +48,8 @@ typedef unsigned short VEHICLEID; #include "../server/amx/amx.h" +#include "../server/system.h" + #include "scrtimers.h" #include "gamemodes.h"