diff options
Diffstat (limited to 'include/tgbot/net/TgWebhookServer.h')
-rw-r--r-- | include/tgbot/net/TgWebhookServer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tgbot/net/TgWebhookServer.h b/include/tgbot/net/TgWebhookServer.h index 2f3c5b8..85b2934 100644 --- a/include/tgbot/net/TgWebhookServer.h +++ b/include/tgbot/net/TgWebhookServer.h @@ -1,13 +1,13 @@ #ifndef TGBOT_TGHTTPSERVER_H #define TGBOT_TGHTTPSERVER_H -#include <utility> - #include "tgbot/Bot.h" #include "tgbot/EventHandler.h" #include "tgbot/TgTypeParser.h" #include "tgbot/net/HttpServer.h" +#include <utility> + namespace TgBot { template<typename Protocol> |