From 8206df62f7f9540a2f13ce31c85f8a1f2054bd56 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Sun, 27 May 2018 17:30:39 +0900 Subject: Fix build error (cross-reference) --- include/tgbot/types/Chat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/tgbot/types/Chat.h b/include/tgbot/types/Chat.h index d286a63..c5c397f 100644 --- a/include/tgbot/types/Chat.h +++ b/include/tgbot/types/Chat.h @@ -27,10 +27,10 @@ #include #include "tgbot/types/ChatPhoto.h" -#include "tgbot/types/Message.h" namespace TgBot { +class Message; /** * This object represents a Telegram Chat * @ingroup types -- cgit v1.2.3