diff options
| m--------- | vendor/libtwittercpp | 0 | ||||
| -rw-r--r-- | yandere.cpp | 1 |
2 files changed, 1 insertions, 0 deletions
| diff --git a/vendor/libtwittercpp b/vendor/libtwittercpp | |||
| Subproject 6c9f541f34c58ac817f88ffb5e069b929bbbc27 | Subproject bebcdec016124fceeeb393b8807ecf65f662958 | ||
| diff --git a/yandere.cpp b/yandere.cpp index 01b0dca..635b605 100644 --- a/yandere.cpp +++ b/yandere.cpp | |||
| @@ -7,6 +7,7 @@ | |||
| 7 | #include <twitter.h> | 7 | #include <twitter.h> |
| 8 | #include <chrono> | 8 | #include <chrono> |
| 9 | #include <thread> | 9 | #include <thread> |
| 10 | #include <algorithm> | ||
| 10 | 11 | ||
| 11 | template <class InputIterator> | 12 | template <class InputIterator> |
| 12 | std::string implode(InputIterator first, InputIterator last, std::string delimiter) | 13 | std::string implode(InputIterator first, InputIterator last, std::string delimiter) |
