projects
/
platform
/
upstream
/
opencv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cfba64
)
Update samples/c/smiledetect.cpp
author
Oscar Deniz Suarez
<Oscar.Deniz@uclm.es>
Fri, 22 Feb 2013 15:23:42 +0000
(16:23 +0100)
committer
Oscar Deniz Suarez
<Oscar.Deniz@uclm.es>
Fri, 22 Feb 2013 15:23:42 +0000
(16:23 +0100)
Fixed isdigit() Android build error
samples/c/smiledetect.cpp
patch
|
blob
|
history
diff --git
a/samples/c/smiledetect.cpp
b/samples/c/smiledetect.cpp
index 63254dca8c22ccff6ee025c2eb525a6cbbd3f817..ff032e47917d89c90725e698a355846f88bfbb97 100644
(file)
--- a/
samples/c/smiledetect.cpp
+++ b/
samples/c/smiledetect.cpp
@@
-2,6
+2,7
@@
#include "opencv2/highgui/highgui.hpp"
#include "opencv2/imgproc/imgproc.hpp"
+#include <cctype>
#include <iostream>
#include <iterator>
#include <stdio.h>