summaryrefslogtreecommitdiff
path: root/src/EventHandler.cpp
diff options
context:
space:
mode:
authorOleg Morozenkov <reo7sp@users.noreply.github.com>2017-03-21 18:50:45 +0300
committerGitHub <noreply@github.com>2017-03-21 18:50:45 +0300
commit4d9e96d9c91e1faeefb67de2164c026f84be020e (patch)
tree60af55841a59d7af13bb492d248e0744478e8056 /src/EventHandler.cpp
parent1c7d4c17062644d28f485b0ff6cbc213e975ac29 (diff)
parent156c087f3eeeeffb949ae6a572dd7b52815eb0e5 (diff)
Merge pull request #43 from kukin-konstantin/master
fix errors and new function
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 {