diff options
Diffstat (limited to 'plugins/ClientChangeNotify/src/CommonLibs/pcre.cpp')
-rw-r--r-- | plugins/ClientChangeNotify/src/CommonLibs/pcre.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ClientChangeNotify/src/CommonLibs/pcre.cpp b/plugins/ClientChangeNotify/src/CommonLibs/pcre.cpp index 4265ca49bf..5fbc1d1f50 100644 --- a/plugins/ClientChangeNotify/src/CommonLibs/pcre.cpp +++ b/plugins/ClientChangeNotify/src/CommonLibs/pcre.cpp @@ -17,7 +17,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include "../Common.h"
+#include "../stdafx.h"
#include <windows.h>
#include <stdio.h>
#include <crtdbg.h>
|