aboutsummaryrefslogtreecommitdiffhomepage
path: root/td/telegram/WebPageBlock.cpp
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2026-07-10 23:40:10 +0300
committerlevlam <levlam@telegram.org>2026-07-10 23:40:10 +0300
commit418f2c509132b2683cc9cc3576740b4da7140185 (patch)
tree024b3a48dd7526f3c3a06b95bcfad764b463c4d6 /td/telegram/WebPageBlock.cpp
parent19e96afc059580dc360ba63751d222fcfc144f51 (diff)
Fix includes.
Diffstat (limited to 'td/telegram/WebPageBlock.cpp')
-rw-r--r--td/telegram/WebPageBlock.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/td/telegram/WebPageBlock.cpp b/td/telegram/WebPageBlock.cpp
index 655ce437a..d26740875 100644
--- a/td/telegram/WebPageBlock.cpp
+++ b/td/telegram/WebPageBlock.cpp
@@ -15,7 +15,6 @@
#include "td/telegram/ChatManager.h"
#include "td/telegram/CustomEmojiId.h"
#include "td/telegram/Dependencies.h"
-#include "td/telegram/DialogId.h"
#include "td/telegram/DialogPhoto.h"
#include "td/telegram/DialogPhoto.hpp"
#include "td/telegram/Dimensions.h"
@@ -28,6 +27,8 @@
#include "td/telegram/FormattedDate.hpp"
#include "td/telegram/LinkManager.h"
#include "td/telegram/Location.h"
+#include "td/telegram/MessageContent.h"
+#include "td/telegram/MessageContentType.h"
#include "td/telegram/MessageSearchFilter.h"
#include "td/telegram/misc.h"
#include "td/telegram/OptionManager.h"