proper includes

This commit is contained in:
David Rose 2007-05-26 18:05:27 +00:00
parent ec2c965e8b
commit f2cd08589a

View File

@ -18,6 +18,12 @@
#include "vertexDataSaveFile.h"
#ifndef _WIN32
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#endif // _WIN32
////////////////////////////////////////////////////////////////////
// Function: VertexDataSaveFile::Constructor
// Access: Public