1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

Merge pull request #9365 from alalek:build_fix_parallel

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