summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJellyBrick <shlee1503@naver.com>2018-05-27 17:30:39 +0900
committerJellyBrick <shlee1503@naver.com>2018-05-27 17:30:39 +0900
commit8206df62f7f9540a2f13ce31c85f8a1f2054bd56 (patch)
treef8fb5ec4990fcb426c21cfb0f038152ff1063184 /include
parenta1e7e4db6da26bb63c3befe818de5ef60fdd049b (diff)
Fix build error (cross-reference)
Diffstat (limited to 'include')
-rw-r--r--include/tgbot/types/Chat.h2
1 files changed, 1 insertions, 1 deletions
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 <memory>
#include "tgbot/types/ChatPhoto.h"
-#include "tgbot/types/Message.h"
namespace TgBot {
+class Message;
/**
* This object represents a Telegram Chat
* @ingroup types