ufraw: fix missing include
[ci skip]
This commit is contained in:
parent
8ff4abb467
commit
57ebb0bcc3
1 changed files with 13 additions and 0 deletions
13
srcpkgs/ufraw/patches/iostream.patch
Normal file
13
srcpkgs/ufraw/patches/iostream.patch
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
ufraw_exiv2.cc:343:10: note: 'std::cerr' is defined in header '<iostream>'
|
||||||
|
ufraw_exiv2.cc:365:14: error: 'cerr' is not a member of 'std'
|
||||||
|
|
||||||
|
--- ufraw_exiv2.cc
|
||||||
|
+++ ufraw_exiv2.cc
|
||||||
|
@@ -17,6 +17,7 @@
|
||||||
|
#ifdef HAVE_EXIV2
|
||||||
|
#include <exiv2/exiv2.hpp>
|
||||||
|
#include <sstream>
|
||||||
|
+#include <iostream>
|
||||||
|
#include <cassert>
|
||||||
|
|
||||||
|
/*
|
Loading…
Reference in a new issue