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 85b2934..8e89765 100644 --- a/include/tgbot/net/TgWebhookServer.h +++ b/include/tgbot/net/TgWebhookServer.h @@ -6,6 +6,8 @@ #include "tgbot/TgTypeParser.h" #include "tgbot/net/HttpServer.h" +#include <string> +#include <unordered_map> #include <utility> namespace TgBot { |