diff options
Diffstat (limited to 'include/tgbot/net/TgWebhookTcpServer.h')
-rw-r--r-- | include/tgbot/net/TgWebhookTcpServer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tgbot/net/TgWebhookTcpServer.h b/include/tgbot/net/TgWebhookTcpServer.h index 53eec17..c812abe 100644 --- a/include/tgbot/net/TgWebhookTcpServer.h +++ b/include/tgbot/net/TgWebhookTcpServer.h @@ -1,10 +1,10 @@ #ifndef TGBOT_TGWEBHOOKTCPSERVER_H #define TGBOT_TGWEBHOOKTCPSERVER_H -#include <string> - #include "tgbot/net/TgWebhookServer.h" +#include <string> + namespace TgBot { /** |