void-packages/srcpkgs/ufraw/patches/iostream.patch

14 lines
308 B
Diff
Raw Normal View History

2019-12-02 18:55:35 +00:00
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>
/*