diff options
Diffstat (limited to 'plugins/StopSpamMod/src/stdafx.h')
-rwxr-xr-x | plugins/StopSpamMod/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/StopSpamMod/src/stdafx.h b/plugins/StopSpamMod/src/stdafx.h index 15c247ada0..028c8089c4 100755 --- a/plugins/StopSpamMod/src/stdafx.h +++ b/plugins/StopSpamMod/src/stdafx.h @@ -31,7 +31,7 @@ using namespace std; #include "version.h" #include "resource.h" #include "utilities.h" -#include "include\utf8.h" +#include "include/utf8.h" extern HINSTANCE hInst; extern HANDLE hStopSpamLogDirH; |