void-packages/srcpkgs/ufraw/patches/iostream.patch
2019-12-03 13:41:46 +01:00

13 lines
308 B
Diff

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>
/*