diff options
Diffstat (limited to 'graphics/rawstudio/files/patch-librawstudio_rs-exif.cc')
-rw-r--r-- | graphics/rawstudio/files/patch-librawstudio_rs-exif.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/rawstudio/files/patch-librawstudio_rs-exif.cc b/graphics/rawstudio/files/patch-librawstudio_rs-exif.cc new file mode 100644 index 000000000000..b6ba4a48bf13 --- /dev/null +++ b/graphics/rawstudio/files/patch-librawstudio_rs-exif.cc @@ -0,0 +1,11 @@ +--- librawstudio/rs-exif.cc.orig 2011-02-15 17:28:05 UTC ++++ librawstudio/rs-exif.cc +@@ -21,6 +21,8 @@ + #include <iomanip> + #include <exiv2/image.hpp> + #include <exiv2/exif.hpp> ++#include <exiv2/error.hpp> ++#include <exiv2/version.hpp> + #include "rs-exif.h" + #include <assert.h> + #include "rs-library.h" |