blob: a52d7779879792b3d23dc476bd14a03335acddf4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- nufraw-0.42/nufraw_exiv2.cc.orig 2019-05-18 08:41:34.220544309 +0000
+++ nufraw-0.42/nufraw_exiv2.cc 2019-05-18 08:41:41.170631700 +0000
@@ -20,6 +20,7 @@
#include <exiv2/exif.hpp>
#include <sstream>
#include <cassert>
+#include <iostream>
/*
* Helper function to copy a string to a buffer, converting it from
|