diff options
author | Robert Pösel <robyer@seznam.cz> | 2016-09-11 04:40:44 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2016-09-11 04:40:44 +0000 |
commit | 0f4fb60ad8da3ce7d3d567cf8578b87bb59b9184 (patch) | |
tree | 734a05243d2c4ddd192b15ee56e6490043c3660f /plugins/New_GPG/src/stdafx.h | |
parent | bd9f1b83e15116ab6c695cb999257e29443dc7b3 (diff) |
New_GPG: Fix unicode paths handling (fixes #349); versiom bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@17278 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/New_GPG/src/stdafx.h')
-rw-r--r-- | plugins/New_GPG/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/New_GPG/src/stdafx.h b/plugins/New_GPG/src/stdafx.h index d2adb3f422..f3bc474f9d 100644 --- a/plugins/New_GPG/src/stdafx.h +++ b/plugins/New_GPG/src/stdafx.h @@ -67,6 +67,7 @@ using std::fstream; #include <m_cluiframes.h> #include <m_icolib.h> #include <m_extraicons.h> +#include <m_string.h> #include <win2k.h> #include <m_metacontacts.h> |