Added a missing include
This commit is contained in:
parent
78254e94af
commit
71024d14e6
|
@ -56,6 +56,7 @@ Cleaning of the automatic bbox caching support for ply files. First working vers
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
#include <unistd.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
#include <io.h>
|
#include <io.h>
|
||||||
|
|
Loading…
Reference in New Issue