summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/openembedded-layer/recipes-support/opencv/files/onednn-fix-build-with-gcc13.patch
blob: 3063dc9370a56cbc6e24673327c9a38b7507b8f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
include cstdint header for gcc13

Upstream-Status: Pending
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>

diff --git a/src/gpu/jit/gemm/kernel_catalog.hpp b/src/gpu/jit/gemm/kernel_catalog.hpp
index 8e6e1f3b6..3c8e29981 100644
--- a/src/gpu/jit/gemm/kernel_catalog.hpp
+++ b/src/gpu/jit/gemm/kernel_catalog.hpp
@@ -20,6 +20,7 @@
 #include <string>
 #include <tuple>
 #include <vector>
+#include <cstdint>
 
 #include "gen_gemm_kernel_common.hpp"