forked from pool/hugin
21 lines
620 B
Diff
21 lines
620 B
Diff
|
Index: hugin-2018.0.0/src/hugin_base/panodata/Exiv2Helper.cpp
|
||
|
===================================================================
|
||
|
--- hugin-2018.0.0.orig/src/hugin_base/panodata/Exiv2Helper.cpp
|
||
|
+++ hugin-2018.0.0/src/hugin_base/panodata/Exiv2Helper.cpp
|
||
|
@@ -28,7 +28,7 @@
|
||
|
#include "Exiv2Helper.h"
|
||
|
#include "hugin_math/hugin_math.h"
|
||
|
#include "hugin_utils/utils.h"
|
||
|
-#include "exiv2/easyaccess.hpp"
|
||
|
+#include "exiv2/exiv2.hpp"
|
||
|
|
||
|
namespace HuginBase
|
||
|
{
|
||
|
@@ -600,4 +600,4 @@ namespace HuginBase
|
||
|
};
|
||
|
|
||
|
}; //namespace Exiv2Helper
|
||
|
-}; //namespace HuginBase
|
||
|
\ No newline at end of file
|
||
|
+}; //namespace HuginBase
|