You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-gfx/darktable/files/darktable-2.6.2-exiv2-0.27....

21 lines
598 B

From 556887d7a973bdf0611fcc57231e107b503d9949 Mon Sep 17 00:00:00 2001
From: Bertrand Antoine <nexus6b@gmail.com>
Date: Wed, 22 May 2019 21:49:59 +0200
Subject: [PATCH] Fix build with exif2 >= 0.27
---
tools/basecurve/exif-wrapper.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/basecurve/exif-wrapper.cpp b/tools/basecurve/exif-wrapper.cpp
index 72550721f6..f4d4d46e12 100644
--- a/tools/basecurve/exif-wrapper.cpp
+++ b/tools/basecurve/exif-wrapper.cpp
@@ -17,6 +17,7 @@
*/
#include <exiv2/exif.hpp>
+#include <exiv2/error.hpp>
#include <exiv2/image.hpp>
#include <cstdio>