Ver código fonte

proper includes

David Rose 18 anos atrás
pai
commit
f2cd08589a
1 arquivos alterados com 6 adições e 0 exclusões
  1. 6 0
      panda/src/gobj/vertexDataSaveFile.cxx

+ 6 - 0
panda/src/gobj/vertexDataSaveFile.cxx

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