diff options
Diffstat (limited to 'bot/src/commands')
| -rw-r--r-- | bot/src/commands/lua.cpp | 4 |
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> |
