From 19bca18bff00dd8757a56be955875fc4bc6756df Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Mon, 5 Sep 2016 10:23:05 -0400 Subject: Added missing includes --- vendor/libtwittercpp | 2 +- yandere.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/vendor/libtwittercpp b/vendor/libtwittercpp index 6c9f541..bebcdec 160000 --- a/vendor/libtwittercpp +++ b/vendor/libtwittercpp @@ -1 +1 @@ -Subproject commit 6c9f541f34c58ac817f88ffb5e069b929bbbc274 +Subproject commit bebcdec016124fceeeb393b8807ecf65f662958c diff --git a/yandere.cpp b/yandere.cpp index 01b0dca..635b605 100644 --- a/yandere.cpp +++ b/yandere.cpp @@ -7,6 +7,7 @@ #include #include #include +#include template std::string implode(InputIterator first, InputIterator last, std::string delimiter) -- cgit 1.4.1