From a2ea1d3c9df1718cafaf0e51d19c73e0ced903e5 Mon Sep 17 00:00:00 2001 From: Alexander Zaitsev Date: Tue, 17 Mar 2020 05:21:09 +0300 Subject: format: add missing headers - add missing include headers in different part of tgbot-cpp library, remove unused includes Tested: - Local build --- src/Api.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/Api.cpp') diff --git a/src/Api.cpp b/src/Api.cpp index c1b112c..4700281 100644 --- a/src/Api.cpp +++ b/src/Api.cpp @@ -1,9 +1,12 @@ #include "tgbot/Api.h" #include -#include +#include +#include #include +#include "tgbot/tools/StringTools.h" + #include "tgbot/TgException.h" #include "tgbot/TgTypeParser.h" -- cgit v1.2.3