Fix building opencv using gcc 11.x #19244

Add missing `#include <thread>` in modules/gapi/test/test_precomp.hpp
This commit is contained in:
Your Name 2021-01-02 17:43:11 +00:00
parent 005508a07b
commit 646a023ff4

View File

@ -11,6 +11,7 @@
#define __OPENCV_GAPI_TEST_PRECOMP_HPP__
#include <cstdint>
#include <thread>
#include <vector>
#include <opencv2/ts.hpp>