fixed compilation under MSVC
authorMaria Dimashova <no@email>
Thu, 6 Oct 2011 12:37:53 +0000 (12:37 +0000)
committerMaria Dimashova <no@email>
Thu, 6 Oct 2011 12:37:53 +0000 (12:37 +0000)
samples/cpp/gencolors.cpp

index b7cad8b..e95d2a9 100644 (file)
@@ -4,6 +4,7 @@
 
 #include <cstdio>
 #include <iostream>
+#include <ctime>
 
 using namespace cv;
 using namespace std;