[Android] Fix Build.

This commit is contained in:
Ryan Houdek 2013-10-21 09:36:40 -05:00
parent bfdc913714
commit aa713e11f7
1 changed files with 2 additions and 0 deletions

View File

@ -16,7 +16,9 @@
#include <ctype.h>
#include <deque>
#include <errno.h>
#ifndef ANDROID
#include <execinfo.h>
#endif
#include <fcntl.h>
#include <float.h>
#include <fstream>