Add explicit telegram_api.h includes.

This commit is contained in:
levlam 2023-07-01 19:23:45 +03:00
parent 7a7d62fd44
commit 424de61fcf
2 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,7 @@
#include "td/telegram/misc.h"
#include "td/telegram/ServerMessageId.h"
#include "td/telegram/telegram_api.h"
#include "td/utils/emoji.h"
#include "td/utils/misc.h"

View File

@ -6,6 +6,8 @@
//
#include "td/telegram/GroupCallVideoPayload.h"
#include "td/telegram/telegram_api.h"
#include "td/utils/algorithm.h"
namespace td {