diff --git a/bot/include/shell.h b/bot/include/shell.h index 799deef..d86b1da 100644 --- a/bot/include/shell.h +++ b/bot/include/shell.h @@ -4,6 +4,8 @@ #include "laika.h" #include "lpacket.h" +#include + #define LAIKA_SHELL_TASK_DELTA 50 struct sLaika_bot; diff --git a/lib/include/lsocket.h b/lib/include/lsocket.h index 4862f1d..69937ff 100644 --- a/lib/include/lsocket.h +++ b/lib/include/lsocket.h @@ -1,8 +1,8 @@ #ifndef LAIKA_SOCKET_H #define LAIKA_SOCKET_H - -/* clang-format will change the order of the included windows headers, this BREAKS THINGS. for now, make clang ignore this section */ +/* clang-format will change the order of the included windows headers, this BREAKS THINGS. + for now, make clang ignore this section */ /* clang-format off */