1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04: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:
Alexander Smorkalov
2023-06-23 13:07:45 +03:00
committed by GitHub
+2
View File
@@ -118,6 +118,8 @@
#include <ppltasks.h>
#elif defined HAVE_CONCURRENCY
#include <ppl.h>
#elif defined HAVE_PTHREADS_PF
#include <pthread.h>
#endif