Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 580944 Details for
Bug 688540
media-gfx/ufraw-0.22-r2 #include missed in ufraw_exiv2.cc (upstream)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
add missing include
ufraw-0.22-missing_include.patch (text/plain), 790 bytes, created by
Petr Cerny [:hrosik]
on 2019-06-25 21:48:24 UTC
(
hide
)
Description:
add missing include
Filename:
MIME Type:
Creator:
Petr Cerny [:hrosik]
Created:
2019-06-25 21:48:24 UTC
Size:
790 bytes
patch
obsolete
># add missing IOstream include >--- ufraw-0.22/ufraw_exiv2.cc 2019-06-25 20:02:08.339830285 +0200 >+++ ufraw-0.22/ufraw_exiv2.cc.new 2019-06-25 23:41:29.816254492 +0200 >@@ -11,20 +11,21 @@ > * the Free Software Foundation; either version 2 of the License, or > * (at your option) any later version. > */ > > #include "ufraw.h" > > #ifdef HAVE_EXIV2 > #include <exiv2/exiv2.hpp> > #include <sstream> > #include <cassert> >+#include <iostream> > > /* > * Helper function to copy a string to a buffer, converting it from > * current locale (in which exiv2 often returns strings) to UTF-8. > */ > static void uf_strlcpy_to_utf8(char *dest, size_t dest_max, > Exiv2::ExifData::const_iterator pos, Exiv2::ExifData& exifData) > { > std::string str = pos->print(&exifData); >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 688540
: 580944