Merge pull request #26529 from asmorkalov:as/include_chrono

Fixed missing include chrono in g-api tests
This commit is contained in:
Alexander Smorkalov 2024-11-26 19:11:41 +03:00 committed by GitHub
commit fb422a62d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,6 +7,7 @@
#include "test_precomp.hpp"
#include <chrono>
#include <stdexcept>
#include <ade/util/iota_range.hpp>
#include "logger.hpp"