summaryrefslogtreecommitdiff
path: root/src/Api.cpp
diff options
context:
space:
mode:
authorEgor Pugin <egor.pugin@gmail.com>2020-03-22 20:19:51 +0300
committerEgor Pugin <egor.pugin@gmail.com>2020-03-22 20:19:51 +0300
commit0777be1e0568377893d638f7015edc330602c8e5 (patch)
tree8446df5b4ebcd6e3823aa3ee50286d6c6d31a4a8 /src/Api.cpp
parent0e9a5bb427757b8b6ecb2734e602fe5bc7e6354b (diff)
parenta2ea1d3c9df1718cafaf0e51d19c73e0ced903e5 (diff)
Merge branch 'master' of github.com-egorpugin:reo7sp/tgbot-cpp
Diffstat (limited to 'src/Api.cpp')
-rw-r--r--src/Api.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Api.cpp b/src/Api.cpp
index 0f443b3..6e01807 100644
--- a/src/Api.cpp
+++ b/src/Api.cpp
@@ -1,10 +1,13 @@
#include "tgbot/Api.h"
-#include <tgbot/tools/StringTools.h>
+#include "tgbot/tools/StringTools.h"
+
#include "tgbot/TgException.h"
#include "tgbot/TgTypeParser.h"
#include <cstdint>
+#include <string>
+#include <vector>
#include <utility>
using namespace std;