blob: 9a3eb8542bb090fbedae0718fa1f49c90e8e25ee (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
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>
|