From 71be121edcdf3ee8d879a9c8e85ba66506812e5b Mon Sep 17 00:00:00 2001 From: Maria Dimashova Date: Thu, 6 Oct 2011 12:37:53 +0000 Subject: [PATCH] fixed compilation under MSVC --- samples/cpp/gencolors.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/cpp/gencolors.cpp b/samples/cpp/gencolors.cpp index b7cad8b..e95d2a9 100644 --- a/samples/cpp/gencolors.cpp +++ b/samples/cpp/gencolors.cpp @@ -4,6 +4,7 @@ #include #include +#include using namespace cv; using namespace std; -- 2.7.4