diff options
author | Egor Pugin <egor.pugin@gmail.com> | 2020-03-22 20:19:51 +0300 |
---|---|---|
committer | Egor Pugin <egor.pugin@gmail.com> | 2020-03-22 20:19:51 +0300 |
commit | 0777be1e0568377893d638f7015edc330602c8e5 (patch) | |
tree | 8446df5b4ebcd6e3823aa3ee50286d6c6d31a4a8 /include/tgbot/EventBroadcaster.h | |
parent | 0e9a5bb427757b8b6ecb2734e602fe5bc7e6354b (diff) | |
parent | a2ea1d3c9df1718cafaf0e51d19c73e0ced903e5 (diff) |
Merge branch 'master' of github.com-egorpugin:reo7sp/tgbot-cpp
Diffstat (limited to 'include/tgbot/EventBroadcaster.h')
-rw-r--r-- | include/tgbot/EventBroadcaster.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/tgbot/EventBroadcaster.h b/include/tgbot/EventBroadcaster.h index 8d0d319..44cad96 100644 --- a/include/tgbot/EventBroadcaster.h +++ b/include/tgbot/EventBroadcaster.h @@ -7,6 +7,7 @@ #include "tgbot/types/ChosenInlineResult.h" #include "tgbot/types/CallbackQuery.h" +#include <initializer_list> #include <string> #include <functional> #include <vector> |