diff options
author | George Hazan <george.hazan@gmail.com> | 2013-12-05 20:57:43 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-12-05 20:57:43 +0000 |
commit | c694daeb12c2ee641e539c89e721af27d6526948 (patch) | |
tree | 5e2e72ebd85e291aad0d74137946e5a34b53abe5 /plugins/Dbx_tree/src/EncryptionManager.h | |
parent | 41ab2ffa22eab57c55ba73a8a6292a490414eabc (diff) |
compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@7059 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dbx_tree/src/EncryptionManager.h')
-rw-r--r-- | plugins/Dbx_tree/src/EncryptionManager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dbx_tree/src/EncryptionManager.h b/plugins/Dbx_tree/src/EncryptionManager.h index a90a47c960..5bd04360a2 100644 --- a/plugins/Dbx_tree/src/EncryptionManager.h +++ b/plugins/Dbx_tree/src/EncryptionManager.h @@ -26,7 +26,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "sigslot.h"
#define __INTERFACE_ONLY__
-#include "../encryption/Common/Cipher.h"
+#include "Cipher.h"
#undef __INTERFACE_ONLY__
#include "SHA256.h"
|