From 7e85b35d7d1714e3f85434b891a1050ad584e337 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Wed, 13 Apr 2016 11:24:24 -0400 Subject: Added ability to upload media and tweet it Images (static and animated) and videos have been tested. Currently all media uploads occur in one large chunk; support to break down chunks will be added later. --- src/tweet.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/tweet.h') diff --git a/src/tweet.h b/src/tweet.h index 1d83aae..e099579 100644 --- a/src/tweet.h +++ b/src/tweet.h @@ -1,6 +1,10 @@ #ifndef TWEET_H_CE980721 #define TWEET_H_CE980721 +#include + +using nlohmann::json; + namespace twitter { class tweet { -- cgit 1.4.1