diff options
author | Egor Pugin <egor.pugin@gmail.com> | 2020-03-14 17:46:30 +0300 |
---|---|---|
committer | Egor Pugin <egor.pugin@gmail.com> | 2020-03-14 17:46:30 +0300 |
commit | 16bfe727751293c3b01b58170c732ccd24e720e2 (patch) | |
tree | 94eef558392093ea98a76bc857be750b5ba55211 /src/net | |
parent | e12563189c2eedc9c7ae7cfc85cae842fb4b6141 (diff) |
Improve include order. Add some forward decls.
Diffstat (limited to 'src/net')
-rw-r--r-- | src/net/TgLongPoll.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/TgLongPoll.cpp b/src/net/TgLongPoll.cpp index 6d266f8..98575de 100644 --- a/src/net/TgLongPoll.cpp +++ b/src/net/TgLongPoll.cpp @@ -1,5 +1,9 @@ #include "tgbot/net/TgLongPoll.h" +#include "tgbot/Api.h" +#include "tgbot/Bot.h" +#include "tgbot/EventHandler.h" + #include <cstdint> #include <utility> |