Commits
David B. Evans authored 576c8c77963
1 + | From ca4511c1a4dd8edabe86e4a943861fda07b7e86c Mon Sep 17 00:00:00 2001 |
2 + | From: Neil Mayhew <neil@neil.mayhew.name> |
3 + | Date: Fri, 5 Jul 2019 13:37:39 -0600 |
4 + | Subject: [PATCH] Add missing header file |
5 + | |
6 + | --- |
7 + | src/gimplensfun.cpp | 1 + |
8 + | 1 file changed, 1 insertion(+) |
9 + | |
10 + | diff --git a/src/gimplensfun.cpp b/src/gimplensfun.cpp |
11 + | index da2a94c..8e9e12e 100644 |
12 + | --- src/gimplensfun.cpp |
13 + | +++ src/gimplensfun.cpp |
14 + | |
15 + | #include <libgimp/gimp.h> |
16 + | #include <libgimp/gimpui.h> |
17 + | |
18 + | +#include <exiv2/error.hpp> |
19 + | #include <exiv2/image.hpp> |
20 + | #include <exiv2/exif.hpp> |
21 + |