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/auth.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/auth.cpp') diff --git a/src/auth.cpp b/src/auth.cpp index 325c521..f0f17e0 100644 --- a/src/auth.cpp +++ b/src/auth.cpp @@ -1,4 +1,4 @@ -#include "twitter.h" +#include "auth.h" namespace twitter { -- cgit 1.4.1