Skip to content

Commit

Permalink
Update samples/c/smiledetect.cpp
Browse files Browse the repository at this point in the history
Fixed isdigit() Android build error
  • Loading branch information
odeniz committed Feb 22, 2013
1 parent 8cfba64 commit 07ea88b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/c/smiledetect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include "opencv2/highgui/highgui.hpp"
#include "opencv2/imgproc/imgproc.hpp"

#include <cctype>
#include <iostream>
#include <iterator>
#include <stdio.h>
Expand Down

0 comments on commit 07ea88b

Please sign in to comment.