diff options
author | Egor Pugin <egor.pugin@gmail.com> | 2018-07-04 19:52:05 +0300 |
---|---|---|
committer | Egor Pugin <egor.pugin@gmail.com> | 2018-07-04 19:52:05 +0300 |
commit | 082e44d7a18774ee1dddd0eaf41221df70e2a1b7 (patch) | |
tree | 752e0f10098a1e28429e5ba913c82ac1408850a2 /include/tgbot/Api.h | |
parent | d7ea724622bb2fc91d977eea5ad063acf26ae104 (diff) |
Add forward decl.
Diffstat (limited to 'include/tgbot/Api.h')
-rw-r--r-- | include/tgbot/Api.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tgbot/Api.h b/include/tgbot/Api.h index c8e0b4f..7dd5b92 100644 --- a/include/tgbot/Api.h +++ b/include/tgbot/Api.h @@ -28,7 +28,6 @@ #include <boost/property_tree/ptree.hpp> -#include "tgbot/net/HttpClient.h" #include "tgbot/net/HttpReqArg.h" #include "tgbot/types/User.h" #include "tgbot/types/Message.h" @@ -50,6 +49,7 @@ namespace TgBot { class Bot; +class HttpClient; /** * @brief This class executes telegram api methods. Telegram docs: <https://core.telegram.org/bots/api#available-methods> |