Skip to content

Commit 4f742b2

Browse files
committed
Add missing headers for MacOS
1 parent 9c40753 commit 4f742b2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/hydro/logging/logger_backend.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
#include <direct.h>
1515
#elif defined(__APPLE__)
1616
#include <mach-o/dyld.h>
17+
#include <sys/stat.h>
18+
#include <unistd.h>
1719
#else
1820
#include <unistd.h>
1921
#include <limits.h>

0 commit comments

Comments
 (0)