]> git.pld-linux.org Git - packages/ufraw.git/blame - ufraw-include.patch
- added include patch (missing include for std::cerr), release 12 (cfitsio 3.49)
[packages/ufraw.git] / ufraw-include.patch
CommitLineData
6aa35cfe
JB
1--- ufraw-0.22/ufraw_exiv2.cc.orig 2020-12-10 21:33:49.545376816 +0100
2+++ ufraw-0.22/ufraw_exiv2.cc 2020-12-10 21:36:59.514347666 +0100
3@@ -16,6 +16,7 @@
4
5 #ifdef HAVE_EXIV2
6 #include <exiv2/exiv2.hpp>
7+#include <iostream>
8 #include <sstream>
9 #include <cassert>
10
This page took 0.100461 seconds and 4 git commands to generate.