summaryrefslogtreecommitdiff
path: root/plugins/Popup/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Popup/src/stdafx.h')
-rw-r--r--plugins/Popup/src/stdafx.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Popup/src/stdafx.h b/plugins/Popup/src/stdafx.h
index 56b645dd55..8d297fd0e0 100644
--- a/plugins/Popup/src/stdafx.h
+++ b/plugins/Popup/src/stdafx.h
@@ -74,6 +74,7 @@ https://miranda-ng.org/distr/
#include <m_contacts.h>
#include <m_clc.h>
#include <m_icolib.h>
+#include <m_idle.h>
#include <m_genmenu.h>
#include <m_hotkeys.h>
#include <m_fontservice.h>
@@ -116,7 +117,6 @@ struct CMPlugin : public PLUGIN<CMPlugin>
#include "opt_contacts.h"
#include "opt_adv.h"
#include "history.h"
-#include "services.h"
#include "srmm_menu.h"
#include "bitmap_funcs.h"
#include "font.h"
@@ -137,5 +137,6 @@ struct CMPlugin : public PLUGIN<CMPlugin>
INT_PTR svcEnableDisableMenuCommand(WPARAM, LPARAM);
void InitIcons();
+void CreateServices();
#endif //HEADERS_H