[issue46] gpgmepp: key.cpp needs to import <string>
Bernhard Herzog <[email protected]>
| Newsgroups | gmane.comp.encryption.gpg.gpa.devel |
|---|---|
| Message-ID | <[email protected]> |
New submission from Bernhard Herzog <[email protected]>: gpgmepp: key.cpp needs to import <string>. Otherwise it won't compile for me (missing declaration of std::string). *** libkdenetwork/gpgmepp/key.cpp 21 Jan 2004 11:50:08 -0000 1.1.2.8 --- libkdenetwork/gpgmepp/key.cpp 21 Jan 2004 18:07:27 -0000 *************** *** 21,26 **** --- 21,27 ---- #include <config.h> #endif + #include <string> #include <gpgmepp/key.h> #include <gpgme.h> ---------- messages: 159 nosy: bh status: unread title: gpgmepp: key.cpp needs to import <string> ______________________________________________________ Aegypten issue tracker <[email protected]> <https://intevation.de/roundup/aegypten/issue46> ______________________________________________________