diff options
Diffstat (limited to 'samples/echobot-webhook-server/src/main.cpp')
-rw-r--r-- | samples/echobot-webhook-server/src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/echobot-webhook-server/src/main.cpp b/samples/echobot-webhook-server/src/main.cpp index d51246d..2919c2e 100644 --- a/samples/echobot-webhook-server/src/main.cpp +++ b/samples/echobot-webhook-server/src/main.cpp @@ -2,6 +2,7 @@ #include <cstdio> #include <cstdlib> #include <exception> +#include <string> #include <tgbot/tgbot.h> |