about summary refs log tree commit diff stats
path: root/yandere.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'yandere.cpp')
-rw-r--r--yandere.cpp1
1 files changed, 1 insertions, 0 deletions
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
11template <class InputIterator> 12template <class InputIterator>
12std::string implode(InputIterator first, InputIterator last, std::string delimiter) 13std::string implode(InputIterator first, InputIterator last, std::string delimiter)