-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
mo-marqh
committed
Dec 16, 2024
1 parent
05954b7
commit 9e1e07a
Showing
3 changed files
with
91 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
Index: extern/remap/src/earcut.hpp | ||
=================================================================== | ||
--- extern/remap/src/earcut.hpp (revision 2694) | ||
+++ extern/remap/src/earcut.hpp (working copy) | ||
@@ -7,7 +7,7 @@ | ||
#include <vector> | ||
#include <limits> | ||
//#include <tuple> | ||
-//#include <cstdint> | ||
+#include <cstdint> | ||
//#include <cstddef> | ||
|
||
namespace mapbox { | ||
Index: extern/remap/src/elt.hpp | ||
=================================================================== | ||
--- extern/remap/src/elt.hpp (revision 2694) | ||
+++ extern/remap/src/elt.hpp (working copy) | ||
@@ -3,6 +3,7 @@ | ||
#include <list> | ||
#include "triple.hpp" | ||
#include <vector> | ||
+#include <array> | ||
|
||
#define NMAX 0 /**< maximum number of vertices for polygons */ | ||
|
||
Index: src/io/nc4_data_output.cpp | ||
=================================================================== | ||
--- src/io/nc4_data_output.cpp (revision 2694) | ||
+++ src/io/nc4_data_output.cpp (working copy) | ||
@@ -14,6 +14,8 @@ | ||
#include "mesh_values.hpp" | ||
|
||
#include <limits.h> | ||
+#include <cfloat> | ||
+ | ||
#define X_FLOAT_MAX FLT_MAX | ||
#define X_FLOAT_MIN FLT_MIN | ||
#define X_SHORT_MAX SHRT_MAX | ||
Index: src/xios_spl.hpp | ||
=================================================================== | ||
--- src/xios_spl.hpp (revision 2694) | ||
+++ src/xios_spl.hpp (working copy) | ||
@@ -16,6 +16,7 @@ | ||
|
||
// Conteneurs. | ||
#include <vector> | ||
+#include <array> | ||
#include <set> | ||
#include <stack> | ||
#include <list> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
Index: extern/remap/src/earcut.hpp | ||
=================================================================== | ||
--- extern/remap/src/earcut.hpp (revision 2694) | ||
+++ extern/remap/src/earcut.hpp (working copy) | ||
@@ -7,7 +7,7 @@ | ||
#include <vector> | ||
#include <limits> | ||
//#include <tuple> | ||
-//#include <cstdint> | ||
+#include <cstdint> | ||
//#include <cstddef> | ||
|
||
namespace mapbox { | ||
Index: extern/remap/src/elt.hpp | ||
=================================================================== | ||
--- extern/remap/src/elt.hpp (revision 2694) | ||
+++ extern/remap/src/elt.hpp (working copy) | ||
@@ -3,6 +3,7 @@ | ||
#include <list> | ||
#include "triple.hpp" | ||
#include <vector> | ||
+#include <array> | ||
|
||
#define NMAX 0 /**< maximum number of vertices for polygons */ | ||
|
||
Index: src/xios_spl.hpp | ||
=================================================================== | ||
--- src/xios_spl.hpp (revision 2694) | ||
+++ src/xios_spl.hpp (working copy) | ||
@@ -16,6 +16,7 @@ | ||
|
||
// Conteneurs. | ||
#include <vector> | ||
+#include <array> | ||
#include <set> | ||
#include <stack> | ||
#include <list> |