Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/astro/gpscorrelate/files/patch-exif-gps.cpp
16135 views
1
--- exif-gps.cpp.orig 2019-07-07 08:26:16 UTC
2
+++ exif-gps.cpp
3
@@ -40,9 +40,7 @@
4
#include <sys/stat.h>
5
#include <unistd.h>
6
7
-
8
-#include "exiv2/image.hpp"
9
-#include "exiv2/exif.hpp"
10
+#include <exiv2/exiv2.hpp>
11
12
#include "gpsstructure.h"
13
#include "exif-gps.h"
14
15