diff options
author | George Hazan <ghazan@miranda.im> | 2021-12-04 21:35:17 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-12-04 21:35:24 +0300 |
commit | 72d19ead542f6cf59847c4605de68471f8f978a8 (patch) | |
tree | 974d0bc3feaf7164be683a3b72548a74ea14c7ac /plugins/ClientChangeNotify/src/stdafx.h | |
parent | 577f845a0352522d256cbf51ace9b2e6769238f0 (diff) |
no need to patch pcre either
Diffstat (limited to 'plugins/ClientChangeNotify/src/stdafx.h')
-rw-r--r-- | plugins/ClientChangeNotify/src/stdafx.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/ClientChangeNotify/src/stdafx.h b/plugins/ClientChangeNotify/src/stdafx.h index fe24e4bb86..4775140184 100644 --- a/plugins/ClientChangeNotify/src/stdafx.h +++ b/plugins/ClientChangeNotify/src/stdafx.h @@ -52,6 +52,8 @@ #include "m_fingerprint.h"
+#include <pcre.h>
+
struct CMPlugin : public PLUGIN<CMPlugin>
{
CMPlugin();
@@ -62,7 +64,6 @@ struct CMPlugin : public PLUGIN<CMPlugin> #include "TMyArray.h"
#include "Options.h"
#include "CString.h"
-#include "pcre.h"
#include "resource.h"
#include "Misc.h"
|