mirror of https://github.com/davisking/dlib.git
Added another #include to avoid a compile time error on Mac OS X 10.9.1 with
gcc 4.8.
This commit is contained in:
parent
440ffe8203
commit
de95484424
|
@ -17,6 +17,7 @@
|
|||
#include <sys/types.h>
|
||||
#include <dirent.h>
|
||||
#include <libgen.h>
|
||||
#include <limits.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/stat.h>
|
||||
#include <errno.h>
|
||||
|
|
Loading…
Reference in New Issue