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
398 B
12 lines
398 B
diff --git a/inference-engine/src/plugin_api/caseless.hpp b/inference-engine/src/plugin_api/caseless.hpp |
|
index d8ce739..0dd8886 100644 |
|
--- a/inference-engine/src/plugin_api/caseless.hpp |
|
+++ b/inference-engine/src/plugin_api/caseless.hpp |
|
@@ -12,6 +12,7 @@ |
|
#include <algorithm> |
|
#include <cctype> |
|
#include <functional> |
|
+#include <iterator> |
|
#include <map> |
|
#include <set> |
|
#include <unordered_map>
|
|
|