ufraw: fix missing include

[ci skip]
This commit is contained in:
q66 2019-12-02 19:55:35 +01:00 committed by Helmut Pozimski
parent 8ff4abb467
commit 57ebb0bcc3

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