summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/openembedded-layer/recipes-support/opencv/files/0004-fix-compilation-errors.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dynamic-layers/openembedded-layer/recipes-support/opencv/files/0004-fix-compilation-errors.patch')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-support/opencv/files/0004-fix-compilation-errors.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-support/opencv/files/0004-fix-compilation-errors.patch b/dynamic-layers/openembedded-layer/recipes-support/opencv/files/0004-fix-compilation-errors.patch
deleted file mode 100644
index 1a54a124..00000000
--- a/dynamic-layers/openembedded-layer/recipes-support/opencv/files/0004-fix-compilation-errors.patch
+++ /dev/null
@@ -1,23 +0,0 @@
1From ed444bf9f4dda442bd2da51140f45631163e0e55 Mon Sep 17 00:00:00 2001
2From: Vladimir Zinoviev <vladimir.zinoviev@intel.com>
3Date: Sun, 14 Jun 2020 18:54:36 +0300
4Subject: [PATCH] [CLDNN] Fix std::runtime_error missing (#871)
5
6Upstream-Status: Backport [https://github.com/openvinotoolkit/openvino/commit/ed444bf9f4dda442bd2da51140f45631163e0e55]
7Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
8---
9 .../thirdparty/clDNN/kernel_selector/common/tensor_type.h | 1 +
10 1 file changed, 1 insertion(+)
11
12diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/common/tensor_type.h b/inference-engine/thirdparty/clDNN/kernel_selector/common/tensor_type.h
13index 3dbdfd0b22..2226f1a874 100644
14--- a/inference-engine/thirdparty/clDNN/kernel_selector/common/tensor_type.h
15+++ b/inference-engine/thirdparty/clDNN/kernel_selector/common/tensor_type.h
16@@ -25,6 +25,7 @@
17 #include <array>
18 #include <string>
19 #include <utility>
20+#include <stdexcept>
21
22 namespace kernel_selector {
23 #define KERNEL_SELECTOR_TENSOR_DIM_MAX 9