Skip to content

Commit b25c6d5

Browse files
committed
fixed:linux build
1 parent 8a42f3c commit b25c6d5

File tree

1 file changed

+3
-0
lines changed
  • XEngine_Source/StorageModule_APIHelp

1 file changed

+3
-0
lines changed

XEngine_Source/StorageModule_APIHelp/pch.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
#else
1919
#include <jsoncpp/json/json.h>
2020
#endif
21+
#include <sys/types.h>
22+
#include <sys/stat.h>
23+
#include <unistd.h>
2124
#endif
2225
#endif //PCH_H
2326
#include <string.h>

0 commit comments

Comments
 (0)