fix support for pthreads parallel_for

This commit is contained in:
Alexander Alekhin
2015-06-11 16:53:07 +03:00
parent 1f983ec39c
commit a482dcce46
6 changed files with 47 additions and 25 deletions

View File

@@ -42,7 +42,7 @@
#include "precomp.hpp"
#if defined HAVE_PTHREADS && HAVE_PTHREADS
#ifdef HAVE_PTHREADS_PF
#include <algorithm>
#include <pthread.h>