1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Ifdef OpenVINO API 1.0 usage in G-API module

This commit is contained in:
TolyaTalamanov
2024-01-17 13:28:53 +00:00
parent cc2955f21c
commit 8ba69562b5
4 changed files with 7 additions and 7 deletions
@@ -6,7 +6,7 @@
#include "../test_precomp.hpp"
#ifdef HAVE_INF_ENGINE
#if defined HAVE_INF_ENGINE && INF_ENGINE_RELEASE < 2024000000
#include <stdexcept>
#include <mutex>