1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

core(build): fix compilation of parallel.cpp (OpenMP configuration)

This commit is contained in:
Alexander Alekhin
2017-08-14 11:28:21 +03:00
parent ef2b73043d
commit ca9a88785e
+2
View File
@@ -125,6 +125,8 @@
# define CV_PARALLEL_FRAMEWORK "pthreads"
#endif
using namespace cv;
namespace cv
{
ParallelLoopBody::~ParallelLoopBody() {}