[flang-commits] [flang] [llvm] [flang][flang-rt] Add support for non-standard TIMEF intrinsic (PR #185377)
Eugene Epshteyn via flang-commits
flang-commits at lists.llvm.org
Tue Mar 31 06:33:51 PDT 2026
================
@@ -12,6 +12,7 @@
#include <cctype>
#include <cerrno>
#include <string>
+#include <unistd.h>
----------------
eugeneepshteyn wrote:
If not using `sleep()` (see my new comment), then can remove this. This header may not be available with all Windows compilers.
https://github.com/llvm/llvm-project/pull/185377
More information about the flang-commits
mailing list