Added a missing include

This commit is contained in:
Paolo Cignoni 2016-06-14 22:46:42 +02:00
parent 78254e94af
commit 71024d14e6
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ Cleaning of the automatic bbox caching support for ply files. First working vers
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <fcntl.h>
#ifdef WIN32
#include <io.h>