summaryrefslogtreecommitdiff
path: root/src/EventHandler.cpp
diff options
context:
space:
mode:
authorkukin-konstantin <kukin.konstantin@gmail.com>2017-03-20 18:43:36 +0300
committerkukin-konstantin <kukin.konstantin@gmail.com>2017-03-20 18:55:09 +0300
commitb68611144a92b266ab20b7db8fbce723bb499b70 (patch)
treee5573aaf74443c0542ed684ce5bdadf265e35858 /src/EventHandler.cpp
parent1c7d4c17062644d28f485b0ff6cbc213e975ac29 (diff)
fix errors
Diffstat (limited to 'src/EventHandler.cpp')
-rw-r--r--src/EventHandler.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/EventHandler.cpp b/src/EventHandler.cpp
index 8529400..d679683 100644
--- a/src/EventHandler.cpp
+++ b/src/EventHandler.cpp
@@ -3,6 +3,7 @@
//
#include "tgbot/EventHandler.h"
+#include <algorithm>
namespace TgBot {