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/TgException.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/TgException.cpp') diff --git a/src/TgException.cpp b/src/TgException.cpp index 03a942c..e61e09c 100644 --- a/src/TgException.cpp +++ b/src/TgException.cpp @@ -1,5 +1,7 @@ #include "tgbot/TgException.h" +#include + namespace TgBot { TgBot::TgException::TgException(const std::string& description) : runtime_error(description) { -- cgit v1.2.3