added missing #include "ctype.h"

This commit is contained in:
Vadim Pisarevsky 2011-05-13 20:01:36 +00:00
parent fa2f1c036a
commit 05394d9835

View File

@ -3,6 +3,7 @@
#include "opencv2/highgui/highgui.hpp"
#include <time.h>
#include <stdio.h>
#include <ctype.h>
void help()
{