[issue46] gpgmepp: key.cpp needs to import <string>

Bernhard Herzog aegypten-issues at intevation.de
Wed Jan 21 20:22:56 CET 2004


New submission from Bernhard Herzog <bh at intevation.de>:

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 <aegypten-issues at intevation.de>
<https://intevation.de/roundup/aegypten/issue46>
______________________________________________________



More information about the Gpa-dev mailing list