From fb0c0eaa7c37ac1812d9cb39a8cbd7cf5326c622 Mon Sep 17 00:00:00 2001 From: John Kua Date: Thu, 4 Sep 2014 16:36:36 -0700 Subject: [PATCH] Fixed bad non-ASCII character in how_to_scan_images.cpp which causes a compile error --- .../cpp/tutorial_code/core/how_to_scan_images/how_to_scan_images.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/cpp/tutorial_code/core/how_to_scan_images/how_to_scan_images.cpp b/samples/cpp/tutorial_code/core/how_to_scan_images/how_to_scan_images.cpp index 46313d6..853082a 100644 --- a/samples/cpp/tutorial_code/core/how_to_scan_images/how_to_scan_images.cpp +++ b/samples/cpp/tutorial_code/core/how_to_scan_images/how_to_scan_images.cpp @@ -1,4 +1,4 @@ -#include +#include #include #include "opencv2/imgcodecs.hpp" #include -- 2.7.4