-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[libe57format] Fix compilation with gcc-13
- Loading branch information
1 parent
a9b270f
commit 5a098e2
Showing
3 changed files
with
18 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
10 changes: 10 additions & 0 deletions
10
recipes/libe57format/all/patches/0001-Fix-gcc13-compilation.patch
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,10 @@ | ||
--- a/include/E57Format.h | ||
+++ b/include/E57Format.h | ||
@@ -32,6 +32,7 @@ | ||
//! @file E57Format.h Header file for the E57 API. | ||
|
||
#include <cfloat> | ||
+#include <cstdint> | ||
#include <memory> | ||
#include <vector> | ||
|