From 46ceba4a74c107aa085ce199857b9fe1d9cf3f85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Sch=C3=BCmann?= Date: Fri, 11 Apr 2014 19:25:34 +0000 Subject: SendSS: + new host "Upload Pie" with support to expiring uploads: 30 minutes, 1 day or 1 week might not be perfect because this was a quick edit... * updated CSend's HTTP post stuff to support integer values (CSend,CSendImageShack) git-svn-id: http://svn.miranda-ng.org/main/trunk@8959 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SendScreenshotPlus/src/global.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/SendScreenshotPlus/src/global.h') diff --git a/plugins/SendScreenshotPlus/src/global.h b/plugins/SendScreenshotPlus/src/global.h index 37d08e61c1..c15bd3b71e 100644 --- a/plugins/SendScreenshotPlus/src/global.h +++ b/plugins/SendScreenshotPlus/src/global.h @@ -86,12 +86,13 @@ using namespace std; #include "version.h" #include "main.h" #include "CSend.h" -#include "CSendDropbox.h" #include "CSendEmail.h" #include "CSendFile.h" #include "CSendFTPFile.h" #include "CSendHTTPServer.h" +#include "CSendDropbox.h" #include "CSendImageShack.h" +#include "CSendHost_uploadpie.h" #include "DevKey.h" #include "UMainForm.h" #include "UAboutForm.h" -- cgit v1.2.3