From 927a395b14d448394526b19a28587b2abb9508c6 Mon Sep 17 00:00:00 2001 From: Ilya Lavrenov Date: Thu, 29 Feb 2024 13:19:05 +0400 Subject: [PATCH] Include mutex for std::call_once (#23151) ### Details: - See error https://c3i.jfrog.io/c3i/misc-v2/logs/pr/22913/1-linux-gcc/openvino/2024.0.0//433781cf759d565cab6a71aaa51a755d86a83fd3-build.txt --- src/inference/src/dev/make_tensor.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/inference/src/dev/make_tensor.cpp b/src/inference/src/dev/make_tensor.cpp index e34497749ad98e..f28c90ccf4856a 100644 --- a/src/inference/src/dev/make_tensor.cpp +++ b/src/inference/src/dev/make_tensor.cpp @@ -5,6 +5,7 @@ #include "openvino/runtime/make_tensor.hpp" #include +#include #include "openvino/runtime/iremote_tensor.hpp" #include "openvino/runtime/properties.hpp"