aboutsummaryrefslogtreecommitdiff
path: root/ports/kealib/hdf5_include.patch
blob: 35935dc34c6d2a81e84c5415ec185a6f40a11f3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
index 1f4b1474..40a0f55d 100644
--- a/include/libkea/KEAAttributeTable.h
+++ b/include/libkea/KEAAttributeTable.h
@@ -37,7 +37,7 @@
 #include <map>
 #include <math.h>
 
-#include "H5Cpp.h"
+#include <H5Cpp.h>
 
 #include "libkea/KEACommon.h"
 #include "libkea/KEAException.h"

--- a/include/libkea/KEAAttributeTableFile.h
+++ b/include/libkea/KEAAttributeTableFile.h
@@ -35,7 +35,7 @@
 #include <string>
 #include <vector>
 
-#include "H5Cpp.h"
+#include <H5Cpp.h>
 
 #include "libkea/KEACommon.h"
 #include "libkea/KEAException.h"

--- a/include/libkea/KEACommon.h
+++ b/include/libkea/KEACommon.h
@@ -36,7 +36,7 @@
 #include <string>
 #include <vector>
 
-#include "H5Cpp.h"
+#include <H5Cpp.h>
 
 // mark all exported classes/functions with DllExport to have
 // them exported by Visual Studio

--- a/include/libkea/KEAAttributeTableInMem.h
+++ b/include/libkea/KEAAttributeTableInMem.h
@@ -35,7 +35,7 @@
 #include <string>
 #include <vector>
 
-#include "H5Cpp.h"
+#include <H5Cpp.h>
 
 #include "libkea/KEACommon.h"
 #include "libkea/KEAException.h"

--- a/include/libkea/KEAImageIO.h
+++ b/include/libkea/KEAImageIO.h
@@ -35,7 +35,7 @@
 #include <string>
 #include <vector>
 
-#include "H5Cpp.h"
+#include <H5Cpp.h>
 
 #include "libkea/KEACommon.h"
 #include "libkea/KEAException.h"