diff options
author | kukin-konstantin <kukin.konstantin@gmail.com> | 2017-03-20 18:43:36 +0300 |
---|---|---|
committer | kukin-konstantin <kukin.konstantin@gmail.com> | 2017-03-20 18:55:09 +0300 |
commit | b68611144a92b266ab20b7db8fbce723bb499b70 (patch) | |
tree | e5573aaf74443c0542ed684ce5bdadf265e35858 /src/EventHandler.cpp | |
parent | 1c7d4c17062644d28f485b0ff6cbc213e975ac29 (diff) |
fix errors
Diffstat (limited to 'src/EventHandler.cpp')
-rw-r--r-- | src/EventHandler.cpp | 1 |
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 { |