<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">From ca4511c1a4dd8edabe86e4a943861fda07b7e86c Mon Sep 17 00:00:00 2001
From: Neil Mayhew &lt;neil@neil.mayhew.name&gt;
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 &lt;libgimp/gimp.h&gt;
 #include &lt;libgimp/gimpui.h&gt;
 
+#include &lt;exiv2/error.hpp&gt;
 #include &lt;exiv2/image.hpp&gt;
 #include &lt;exiv2/exif.hpp&gt;
 
</pre></body></html>