mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 16:39:01 +08:00
66 lines
1.7 KiB
Diff
66 lines
1.7 KiB
Diff
diff --git a/include/libkea/KEAAttributeTable.h b/include/libkea/KEAAttributeTable.h
|
|
index 3991ffb..ddc314f 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"
|
|
diff --git a/include/libkea/KEAAttributeTableFile.h b/include/libkea/KEAAttributeTableFile.h
|
|
index 902f485..245e068 100644
|
|
--- 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"
|
|
diff --git a/include/libkea/KEAAttributeTableInMem.h b/include/libkea/KEAAttributeTableInMem.h
|
|
index 7df369a..28018cc 100644
|
|
--- 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"
|
|
diff --git a/include/libkea/KEACommon.h b/include/libkea/KEACommon.h
|
|
index cb8a577..a6fbfca 100644
|
|
--- a/include/libkea/KEACommon.h
|
|
+++ b/include/libkea/KEACommon.h
|
|
@@ -38,7 +38,7 @@
|
|
#include <string>
|
|
#include <vector>
|
|
|
|
-#include "H5Cpp.h"
|
|
+#include <H5Cpp.h>
|
|
|
|
#include <stdint.h>
|
|
|
|
diff --git a/include/libkea/KEAImageIO.h b/include/libkea/KEAImageIO.h
|
|
index 87a2d07..c59a7f0 100644
|
|
--- 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"
|