diff options
Diffstat (limited to 'include/tgbot/net/TgWebhookLocalServer.h')
-rw-r--r-- | include/tgbot/net/TgWebhookLocalServer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tgbot/net/TgWebhookLocalServer.h b/include/tgbot/net/TgWebhookLocalServer.h index 4f1dc2b..25efa66 100644 --- a/include/tgbot/net/TgWebhookLocalServer.h +++ b/include/tgbot/net/TgWebhookLocalServer.h @@ -3,10 +3,10 @@ #ifdef BOOST_ASIO_HAS_LOCAL_SOCKETS -#include <string> - #include "tgbot/net/TgWebhookServer.h" +#include <string> + namespace TgBot { /** |