aboutsummaryrefslogtreecommitdiffhomepage
path: root/td/telegram/SuggestedAction.cpp
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2021-12-10 00:07:59 +0300
committerlevlam <levlam@telegram.org>2021-12-10 00:07:59 +0300
commit5a76413990ff96653bfda32d37f38ee825be65d8 (patch)
tree886a8ba7f4ad0bc2f34bb2b1a8a0e8f3ce093a67 /td/telegram/SuggestedAction.cpp
parent0c9163975f911ff695602f88e51e8963d9c05a92 (diff)
Minor improvements.
Diffstat (limited to 'td/telegram/SuggestedAction.cpp')
-rw-r--r--td/telegram/SuggestedAction.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/td/telegram/SuggestedAction.cpp b/td/telegram/SuggestedAction.cpp
index 68aff8295..04271e79d 100644
--- a/td/telegram/SuggestedAction.cpp
+++ b/td/telegram/SuggestedAction.cpp
@@ -16,6 +16,8 @@
#include "td/actor/actor.h"
#include "td/utils/algorithm.h"
+#include "td/utils/misc.h"
+#include "td/utils/Status.h"
#include <algorithm>