diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2024-05-28 18:15:34 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2024-08-07 09:58:10 -0500 |
commit | 6afd0778a05bbf9c16caa964f7d63e6e611300af (patch) | |
tree | fa168bb3ac2408e6ae9d4dd61bc9f3f5eccd2324 /user/opencv/fix-headers.manual-patch | |
parent | aee1631ad9e70d0c4565e4e9fe0d24aebb6e1bf9 (diff) | |
download | packages-6afd0778a05bbf9c16caa964f7d63e6e611300af.tar.gz packages-6afd0778a05bbf9c16caa964f7d63e6e611300af.tar.bz2 packages-6afd0778a05bbf9c16caa964f7d63e6e611300af.tar.xz packages-6afd0778a05bbf9c16caa964f7d63e6e611300af.zip |
user/opencv: Fix GCC 10+ compile issue
We have to patch after CMake because it's in the 3rdparty zip.
Diffstat (limited to 'user/opencv/fix-headers.manual-patch')
-rw-r--r-- | user/opencv/fix-headers.manual-patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/user/opencv/fix-headers.manual-patch b/user/opencv/fix-headers.manual-patch new file mode 100644 index 000000000..9a3eb8542 --- /dev/null +++ b/user/opencv/fix-headers.manual-patch @@ -0,0 +1,12 @@ +Required header for GCC 13. + +--- opencv-4.6.0/build/3rdparty/ade/ade-0.1.1f/sources/ade/include/ade/typed_graph.hpp.old 2019-08-07 03:55:16.000000000 -0500 ++++ opencv-4.6.0/build/3rdparty/ade/ade-0.1.1f/sources/ade/include/ade/typed_graph.hpp 2024-05-28 16:39:53.217246004 -0500 +@@ -11,6 +11,7 @@ + + #include <unordered_set> + #include <string> ++#include <cstdint> + + #include <array> + |