Merge pull request #23855 from thekpaul:3.4_patched

Add `pthread.h` Inclusion if `HAVE_PTHREADS_PF` is defined
pull/23862/head^2
Alexander Smorkalov 2 years ago committed by GitHub
commit d4f81c6d24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      modules/core/src/parallel.cpp

@ -118,6 +118,8 @@
#include <ppltasks.h>
#elif defined HAVE_CONCURRENCY
#include <ppl.h>
#elif defined HAVE_PTHREADS_PF
#include <pthread.h>
#endif

Loading…
Cancel
Save