24 lines
441 B
Diff
24 lines
441 B
Diff
|
|
Subject: [PATCH 1/1] fix build with exiv2 0.27.5
|
||
|
|
|
||
|
|
---
|
||
|
|
tools/exp_combine.cpp | 3 +--
|
||
|
|
1 file changed, 1 insertion(+), 2 deletions(-)
|
||
|
|
|
||
|
|
diff --git a/tools/exp_combine.cpp b/tools/exp_combine.cpp
|
||
|
|
index 6b772d3..0de77a0 100644
|
||
|
|
--- a/tools/exp_combine.cpp
|
||
|
|
+++ b/tools/exp_combine.cpp
|
||
|
|
@@ -8,8 +8,7 @@
|
||
|
|
|
||
|
|
#include <iostream>
|
||
|
|
|
||
|
|
-#include <exiv2/image.hpp>
|
||
|
|
-#include <exiv2/exif.hpp>
|
||
|
|
+#include <exiv2/exiv2.hpp>
|
||
|
|
|
||
|
|
using namespace std;
|
||
|
|
|
||
|
|
--
|
||
|
|
2.23.0
|
||
|
|
|