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/types/InlineQueryResult.cpp | 2 ++ src/types/InputFile.cpp | 3 +++ 2 files changed, 5 insertions(+) (limited to 'src/types') diff --git a/src/types/InlineQueryResult.cpp b/src/types/InlineQueryResult.cpp index 3d4ea6e..0993ec2 100644 --- a/src/types/InlineQueryResult.cpp +++ b/src/types/InlineQueryResult.cpp @@ -19,6 +19,8 @@ #include "tgbot/types/InlineQueryResultPhoto.h" #include "tgbot/types/InlineQueryResultVideo.h" +#include + using namespace TgBot; const std::string InlineQueryResultCachedAudio::TYPE = "audio"; diff --git a/src/types/InputFile.cpp b/src/types/InputFile.cpp index 0ca1991..c74c73e 100644 --- a/src/types/InputFile.cpp +++ b/src/types/InputFile.cpp @@ -2,6 +2,9 @@ #include "tgbot/tools/StringTools.h" #include "tgbot/tools/FileTools.h" +#include +#include + using namespace std; namespace TgBot { -- cgit v1.2.3