Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit bb06984

Browse files
committed
fix: include
1 parent 2c9dd80 commit bb06984

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

engine/utils/file_manager_utils.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
#if defined(__APPLE__) && defined(__MACH__)
1010
#include <mach-o/dyld.h>
11+
#include <unistd.h>
1112
#elif defined(__linux__)
1213
#include <unistd.h>
1314
#elif defined(_WIN32)

0 commit comments

Comments
 (0)