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.
13 lines
474 B
13 lines
474 B
4 years ago
|
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>
|