Commit 05394d98 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

added missing #include "ctype.h"

parent fa2f1c03
......@@ -3,6 +3,7 @@
#include "opencv2/highgui/highgui.hpp"
#include <time.h>
#include <stdio.h>
#include <ctype.h>
void help()
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment