Skip to content

Commit

Permalink
Merge pull request #3835 from asmorkalov:as/imclude_chrono_contrib
Browse files Browse the repository at this point in the history
Fixed missing include chrono in g-api tests
  • Loading branch information
asmorkalov authored Nov 28, 2024
2 parents 2d69dd1 + 54b7c44 commit fb2f42b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/gapi/test/gapi_sample_pipelines.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

#include "test_precomp.hpp"

#include <chrono>
#include <stdexcept>
#include <ade/util/iota_range.hpp>
#include "logger.hpp"
Expand Down

0 comments on commit fb2f42b

Please sign in to comment.