added missing #include "ctype.h"

pull/13383/head
Vadim Pisarevsky 14 years ago
parent fa2f1c036a
commit 05394d9835
  1. 1
      samples/c/motempl.c

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

Loading…
Cancel
Save