summaryrefslogtreecommitdiff
path: root/bot
diff options
context:
space:
mode:
Diffstat (limited to 'bot')
-rw-r--r--bot/src/commands/lua.cpp4
1 files changed, 4 insertions, 0 deletions
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 <sys/resource.h>
+#include <sys/types.h>
+#include <unistd.h>
+
#include <algorithm>
#include <cmath>
#include <memory>