mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
proper includes
This commit is contained in:
parent
ec2c965e8b
commit
f2cd08589a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user