fixed compilation error on Win

This commit is contained in:
Alexander Shishkov 2012-01-07 09:31:57 +00:00
parent 185680c7c5
commit 48f3db9787

View File

@ -1,4 +1,5 @@
#include "test_precomp.hpp" #include "test_precomp.hpp"
#include <time.h>
using namespace cv; using namespace cv;
using namespace std; using namespace std;