diff options
Diffstat (limited to 'include/tgbot/net/TgWebhookServer.h')
-rw-r--r-- | include/tgbot/net/TgWebhookServer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/tgbot/net/TgWebhookServer.h b/include/tgbot/net/TgWebhookServer.h index 2f3c5b8..f0b08b3 100644 --- a/include/tgbot/net/TgWebhookServer.h +++ b/include/tgbot/net/TgWebhookServer.h @@ -1,6 +1,8 @@ #ifndef TGBOT_TGHTTPSERVER_H #define TGBOT_TGHTTPSERVER_H +#include <string> +#include <unordered_map> #include <utility> #include "tgbot/Bot.h" |