1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-21 23:01:45 +08:00

Add namespace cv for successful build

This commit is contained in:
vishwesh5
2018-11-21 08:34:37 +05:30
committed by GitHub
parent fdf47f9d88
commit ca26e99223

View File

@@ -14,6 +14,7 @@
namespace cvv namespace cvv
{ {
using namespace cv;
namespace qtutil namespace qtutil
{ {