Files
macports-ports/graphics/GIMP-Lensfun/files/patch-exiv2-0.27.1.diff

22 lines
550 B
Diff

From ca4511c1a4dd8edabe86e4a943861fda07b7e86c Mon Sep 17 00:00:00 2001
From: Neil Mayhew <neil@neil.mayhew.name>
Date: Fri, 5 Jul 2019 13:37:39 -0600
Subject: [PATCH] Add missing header file
---
src/gimplensfun.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/gimplensfun.cpp b/src/gimplensfun.cpp
index da2a94c..8e9e12e 100644
--- src/gimplensfun.cpp
+++ src/gimplensfun.cpp
@@ -31,6 +31,7 @@
#include <libgimp/gimp.h>
#include <libgimp/gimpui.h>
+#include <exiv2/error.hpp>
#include <exiv2/image.hpp>
#include <exiv2/exif.hpp>