summaryrefslogtreecommitdiff
path: root/plugins/StopSpamMod/src/headers.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/StopSpamMod/src/headers.h')
-rwxr-xr-xplugins/StopSpamMod/src/headers.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/plugins/StopSpamMod/src/headers.h b/plugins/StopSpamMod/src/headers.h
index 40b22fe761..6366907403 100755
--- a/plugins/StopSpamMod/src/headers.h
+++ b/plugins/StopSpamMod/src/headers.h
@@ -1,7 +1,11 @@
#define _CRT_SECURE_NO_WARNINGS
#include <windows.h>
-#include<fstream>
+
+using namespace std;
+#include <fstream>
+#include <string>
+
#include <newpluginapi.h>
#include <m_database.h>
@@ -11,6 +15,7 @@
#include <m_clistint.h>
#include <m_skin.h>
#include <m_contacts.h>
+#include <m_system_cpp.h>
#include <m_variables.h>
#include <m_folders.h>
@@ -30,4 +35,5 @@
#include "utilities.h"
#include "utf8.h"
-extern HINSTANCE hInst; \ No newline at end of file
+extern HINSTANCE hInst;
+extern HANDLE hStopSpamLogDirH;