From 19a31ecaf10b9b1cef10e17873afb29c60604d91 Mon Sep 17 00:00:00 2001 From: nmoutinho Date: Mon, 16 Mar 2015 11:46:59 +0000 Subject: [PATCH] Corrected error for undefined Mat. --- modules/plot/src/plot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/plot/src/plot.cpp b/modules/plot/src/plot.cpp index 15ad96f95..d63a09a34 100644 --- a/modules/plot/src/plot.cpp +++ b/modules/plot/src/plot.cpp @@ -47,7 +47,7 @@ #include "precomp.hpp" -using namespace cv::plot; +using namespace cv; using namespace std; //render the plotResult to a Mat