diff options
Diffstat (limited to 'libkdenetwork/gpgmepp/decryptionresult.h')
-rw-r--r-- | libkdenetwork/gpgmepp/decryptionresult.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/libkdenetwork/gpgmepp/decryptionresult.h b/libkdenetwork/gpgmepp/decryptionresult.h index b6307a05b..b97f59aed 100644 --- a/libkdenetwork/gpgmepp/decryptionresult.h +++ b/libkdenetwork/gpgmepp/decryptionresult.h @@ -23,6 +23,9 @@ #include <gpgmepp/gpgmefw.h> #include <gpgmepp/result.h> + +#include <iosfwd> + #include <kdepimmacros.h> namespace GpgME { @@ -49,6 +52,8 @@ namespace GpgME { Private * d; }; + KDE_EXPORT std::ostream & operator<<( std::ostream & os, const DecryptionResult & result ); + } -#endif // __GPGMEPP_KEYGENERATIONRESULT_H__ +#endif // __GPGMEPP_DECRYPTIONRESULT_H__ |