Fix building opencv using gcc 11.x #19244
Add missing `#include <thread>` in modules/gapi/test/test_precomp.hpp
This commit is contained in:
parent
005508a07b
commit
646a023ff4
@ -11,6 +11,7 @@
|
||||
#define __OPENCV_GAPI_TEST_PRECOMP_HPP__
|
||||
|
||||
#include <cstdint>
|
||||
#include <thread>
|
||||
#include <vector>
|
||||
|
||||
#include <opencv2/ts.hpp>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user