Add missing includes.

This commit is contained in:
levlam 2023-08-26 03:34:00 +03:00
parent f7887181c4
commit b7ce94fc18
2 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,8 @@
#include "td/telegram/MessageId.h" #include "td/telegram/MessageId.h"
#include "td/utils/common.h" #include "td/utils/common.h"
#include "td/utils/HashTableUtils.h"
#include "td/utils/StringBuilder.h"
namespace td { namespace td {

View File

@ -10,6 +10,7 @@
#include "td/telegram/DialogId.h" #include "td/telegram/DialogId.h"
#include "td/telegram/Document.h" #include "td/telegram/Document.h"
#include "td/telegram/files/FileId.h" #include "td/telegram/files/FileId.h"
#include "td/telegram/MessageId.h"
#include "td/telegram/NotificationObjectId.h" #include "td/telegram/NotificationObjectId.h"
#include "td/telegram/Photo.h" #include "td/telegram/Photo.h"
#include "td/telegram/td_api.h" #include "td/telegram/td_api.h"