diff options
Diffstat (limited to 'plugins/CryptoPP/src')
-rw-r--r-- | plugins/CryptoPP/src/GPGw/gpgw.h | 2 | ||||
-rw-r--r-- | plugins/CryptoPP/src/PGPw/pgpw.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/CryptoPP/src/GPGw/gpgw.h b/plugins/CryptoPP/src/GPGw/gpgw.h index abaf52430e..041c79abc5 100644 --- a/plugins/CryptoPP/src/GPGw/gpgw.h +++ b/plugins/CryptoPP/src/GPGw/gpgw.h @@ -2,7 +2,7 @@ #pragma once
-#include "..\version.h"
+#include "../version.h"
// gnupg plugin
#include "gpg_res.h"
diff --git a/plugins/CryptoPP/src/PGPw/pgpw.h b/plugins/CryptoPP/src/PGPw/pgpw.h index 9e26090e58..5659ca2058 100644 --- a/plugins/CryptoPP/src/PGPw/pgpw.h +++ b/plugins/CryptoPP/src/PGPw/pgpw.h @@ -2,7 +2,7 @@ #pragma once
-#include "..\version.h"
+#include "../version.h"
// PGP API
#ifndef PGP_WIN32
|