We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c40753 commit 4f742b2Copy full SHA for 4f742b2
1 file changed
src/hydro/logging/logger_backend.cpp
@@ -14,6 +14,8 @@
14
#include <direct.h>
15
#elif defined(__APPLE__)
16
#include <mach-o/dyld.h>
17
+#include <sys/stat.h>
18
+#include <unistd.h>
19
#else
20
#include <unistd.h>
21
#include <limits.h>
0 commit comments