Update samples/c/smiledetect.cpp

Fixed isdigit() Android build error
This commit is contained in:
Oscar Deniz Suarez 2013-02-22 16:23:42 +01:00
parent 8cfba6456b
commit 07ea88b8c6

View File

@ -2,6 +2,7 @@
#include "opencv2/highgui/highgui.hpp"
#include "opencv2/imgproc/imgproc.hpp"
#include <cctype>
#include <iostream>
#include <iterator>
#include <stdio.h>