diff options
Diffstat (limited to 'include/tgbot/Bot.h')
-rw-r--r-- | include/tgbot/Bot.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/tgbot/Bot.h b/include/tgbot/Bot.h index bf77380..d966c1b 100644 --- a/include/tgbot/Bot.h +++ b/include/tgbot/Bot.h @@ -1,15 +1,16 @@ #ifndef TGBOT_CPP_BOT_H #define TGBOT_CPP_BOT_H -#include <memory> -#include <string> -#include <utility> #include "tgbot/Api.h" #include "tgbot/EventBroadcaster.h" #include "tgbot/EventHandler.h" #include "tgbot/net/HttpClient.h" #include "tgbot/net/BoostHttpOnlySslClient.h" +#include <memory> +#include <string> +#include <utility> + namespace TgBot { /** |