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