From 5da4cd56a1a5ea4f2e745bde855f604c52ef36da Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Thu, 25 Dec 2014 08:56:14 +0000 Subject: SendSS: compilation fix git-svn-id: http://svn.miranda-ng.org/main/trunk@11623 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SendScreenshotPlus/src/Main.cpp | 3 +-- plugins/SendScreenshotPlus/src/global.h | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/SendScreenshotPlus/src/Main.cpp b/plugins/SendScreenshotPlus/src/Main.cpp index 4088f562f1..32da90c20a 100644 --- a/plugins/SendScreenshotPlus/src/Main.cpp +++ b/plugins/SendScreenshotPlus/src/Main.cpp @@ -26,8 +26,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "Main.h" -#include +#include "global.h" // Prototypes /////////////////////////////////////////////////////////////////////////// HINSTANCE g_hSendSS; diff --git a/plugins/SendScreenshotPlus/src/global.h b/plugins/SendScreenshotPlus/src/global.h index 112939c454..0a3ae61c72 100644 --- a/plugins/SendScreenshotPlus/src/global.h +++ b/plugins/SendScreenshotPlus/src/global.h @@ -62,6 +62,7 @@ using namespace std; #include #include #include +#include #include #include #include @@ -77,6 +78,7 @@ using namespace std; #include #include +#include "Main.h" #include "mir_string.h" #include "ctrl_button.h" #include "dlg_msgbox.h" -- cgit v1.2.3