mirror of
https://github.com/opencv/opencv.git
synced 2025-06-21 19:07:04 +08:00
Merge pull request #23855 from thekpaul:3.4_patched
Add `pthread.h` Inclusion if `HAVE_PTHREADS_PF` is defined
This commit is contained in:
commit
d4f81c6d24
@ -118,6 +118,8 @@
|
|||||||
#include <ppltasks.h>
|
#include <ppltasks.h>
|
||||||
#elif defined HAVE_CONCURRENCY
|
#elif defined HAVE_CONCURRENCY
|
||||||
#include <ppl.h>
|
#include <ppl.h>
|
||||||
|
#elif defined HAVE_PTHREADS_PF
|
||||||
|
#include <pthread.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user