summaryrefslogtreecommitdiff
path: root/include/tgbot/EventBroadcaster.h
diff options
context:
space:
mode:
authorAlexander Zaitsev <zamazan4ik@tut.by>2020-03-17 05:21:09 +0300
committerAlexander Zaitsev <zamazan4ik@tut.by>2020-03-17 05:21:09 +0300
commita2ea1d3c9df1718cafaf0e51d19c73e0ced903e5 (patch)
treefb53961975917598e28c461de2c7463537d5767d /include/tgbot/EventBroadcaster.h
parent70ffa285512d2fa829b6c73aa24d6f4b3e314edd (diff)
format: add missing headers
- add missing include headers in different part of tgbot-cpp library, remove unused includes Tested: - Local build
Diffstat (limited to 'include/tgbot/EventBroadcaster.h')
-rw-r--r--include/tgbot/EventBroadcaster.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/tgbot/EventBroadcaster.h b/include/tgbot/EventBroadcaster.h
index 978a6fe..86a82be 100644
--- a/include/tgbot/EventBroadcaster.h
+++ b/include/tgbot/EventBroadcaster.h
@@ -1,6 +1,7 @@
#ifndef TGBOT_EVENTBROADCASTER_H
#define TGBOT_EVENTBROADCASTER_H
+#include <initializer_list>
#include <string>
#include <functional>
#include <vector>