Commit 07ea88b8 authored by Oscar Deniz Suarez's avatar Oscar Deniz Suarez

Update samples/c/smiledetect.cpp

Fixed isdigit() Android build error
parent 8cfba645
......@@ -2,6 +2,7 @@
#include "opencv2/highgui/highgui.hpp"
#include "opencv2/imgproc/imgproc.hpp"
#include <cctype>
#include <iostream>
#include <iterator>
#include <stdio.h>
......
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