mirror of https://github.com/davisking/dlib.git
Added missing #include (needed only to avoid gcc warnings)
This commit is contained in:
parent
8e80150f00
commit
ce597d35cb
|
@ -33,6 +33,8 @@
|
|||
|
||||
#if defined(__TURBOC__) || defined(_MSC_VER) || defined(_WIN32)
|
||||
# include <io.h>
|
||||
#else
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
|
||||
#ifdef WINAPI_FAMILY
|
||||
|
|
Loading…
Reference in New Issue