From b7ce94fc18f8115622dc0215a6080c2182c8e781 Mon Sep 17 00:00:00 2001 From: levlam Date: Sat, 26 Aug 2023 03:34:00 +0300 Subject: [PATCH] Add missing includes. --- td/telegram/NotificationObjectId.h | 2 ++ td/telegram/NotificationType.h | 1 + 2 files changed, 3 insertions(+) diff --git a/td/telegram/NotificationObjectId.h b/td/telegram/NotificationObjectId.h index ba444f1db..786b4c813 100644 --- a/td/telegram/NotificationObjectId.h +++ b/td/telegram/NotificationObjectId.h @@ -9,6 +9,8 @@ #include "td/telegram/MessageId.h" #include "td/utils/common.h" +#include "td/utils/HashTableUtils.h" +#include "td/utils/StringBuilder.h" namespace td { diff --git a/td/telegram/NotificationType.h b/td/telegram/NotificationType.h index cb732ea68..df7e78463 100644 --- a/td/telegram/NotificationType.h +++ b/td/telegram/NotificationType.h @@ -10,6 +10,7 @@ #include "td/telegram/DialogId.h" #include "td/telegram/Document.h" #include "td/telegram/files/FileId.h" +#include "td/telegram/MessageId.h" #include "td/telegram/NotificationObjectId.h" #include "td/telegram/Photo.h" #include "td/telegram/td_api.h"