summaryrefslogtreecommitdiff
path: root/plugins/PluginUpdater/src/Common.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-06-28 15:28:16 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-06-28 15:28:16 +0000
commit3c5fc7455ff6b5f2ae7c9b331bccb1afdd7e525c (patch)
tree282a508641e092c03cb034f7c08f43f12f437bf0 /plugins/PluginUpdater/src/Common.h
parent68168428784405945513229f6133ac00b8425b16 (diff)
compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@9598 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PluginUpdater/src/Common.h')
-rw-r--r--plugins/PluginUpdater/src/Common.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/PluginUpdater/src/Common.h b/plugins/PluginUpdater/src/Common.h
index 102a585e02..b829e92eae 100644
--- a/plugins/PluginUpdater/src/Common.h
+++ b/plugins/PluginUpdater/src/Common.h
@@ -46,12 +46,14 @@ Boston, MA 02111-1307, USA.
#include "version.h"
#include "resource.h"
-#include "Notifications.h"
#if MIRANDA_VER < 0x0A00
+#include <m_popup2.h>
#include "compat.h"
#endif
+#include "Notifications.h"
+
// Enable Visual Style
#if defined _M_IX86
#pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='x86' publicKeyToken='6595b64144ccf1df' language='*'\"")