1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

core(parallel): fix JS build, fix OpenMP version dump

This commit is contained in:
Alexander Alekhin
2021-02-21 21:22:29 +00:00
parent 20d5d1c4c2
commit 599d64a405
3 changed files with 3 additions and 1 deletions
@@ -5,6 +5,7 @@
#ifndef OPENCV_CORE_PARALLEL_BACKEND_HPP
#define OPENCV_CORE_PARALLEL_BACKEND_HPP
#include "opencv2/core/cvdef.h"
#include <memory>
namespace cv { namespace parallel {