diff options
| author | levlam <levlam@telegram.org> | 2023-07-01 14:53:04 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2023-07-01 14:53:04 +0300 |
| commit | bcf9ff7d43c6a809b227a62cef086c789c45c015 (patch) | |
| tree | 4a62f3a64645e49500d9ecb97f1eed7b70836e9b /td/telegram/Game.cpp | |
| parent | 25e6e576e8279efa525cf1360f043dd69a4d17ba (diff) | |
Explicitly include telegram_api.h in cpp files.
Diffstat (limited to 'td/telegram/Game.cpp')
| -rw-r--r-- | td/telegram/Game.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/td/telegram/Game.cpp b/td/telegram/Game.cpp index 92ca27a49..5a5acf3e4 100644 --- a/td/telegram/Game.cpp +++ b/td/telegram/Game.cpp @@ -13,6 +13,7 @@ #include "td/telegram/misc.h" #include "td/telegram/Photo.h" #include "td/telegram/Td.h" +#include "td/telegram/telegram_api.h" #include "td/utils/common.h" #include "td/utils/logging.h" |
