From 0487cb46d45ebb23161f9ef8f3135c04a5010b59 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Wed, 9 Apr 2025 21:55:20 +0500 Subject: fix: missing libraries for ping --- bot/src/commands/lua.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bot/src') diff --git a/bot/src/commands/lua.cpp b/bot/src/commands/lua.cpp index 7f70e68..b8d0dee 100644 --- a/bot/src/commands/lua.cpp +++ b/bot/src/commands/lua.cpp @@ -1,5 +1,9 @@ #include "commands/lua.hpp" +#include +#include +#include + #include #include #include -- cgit v1.2.3