We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9460d67 commit f047d43Copy full SHA for f047d43
1 file changed
tests/cpp/filesystem.cc
@@ -9,6 +9,10 @@
9
10
#if !defined(xgboost_IS_WIN)
11
12
+#if defined(__APPLE__)
13
+#include <unistd.h> // for mkdtemp on macOS
14
+#endif
15
+
16
#include <cstdlib> // for mkdtemp
17
18
#include "../../src/common/error_msg.h" // for SystemError
0 commit comments