meta-intel/dynamic-layers/openembedded-layer/recipes-support/opencv/files/onednn-fix-build-with-gcc13.patch
Anuj Mittal 8220eccbbf openvino-inference-engine: fix build with gcc13
Fix various issues when compiling with gcc13.

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2023-05-31 11:24:53 +08:00

18 lines
453 B
Diff

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"