mirror of https://github.com/opencv/opencv.git
Open Source Computer Vision Library
https://opencv.org/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
474 B
12 lines
474 B
diff --git a/inference-engine/thirdparty/clDNN/kernel_selector/common/tensor_type.h b/inference-engine/thirdparty/clDNN/kernel_selector/common/tensor_type.h |
|
index 3dbdfd0b..6b04b910 100644 |
|
--- a/inference-engine/thirdparty/clDNN/kernel_selector/common/tensor_type.h |
|
+++ b/inference-engine/thirdparty/clDNN/kernel_selector/common/tensor_type.h |
|
@@ -15,6 +15,7 @@ |
|
|
|
#pragma once |
|
|
|
+#include <stdexcept> |
|
#include "common_types.h" |
|
#include "common_tools.h" |
|
#include <vector>
|
|
|