From e49f6a096c93b633815987a67f0b0df2999a3d83 Mon Sep 17 00:00:00 2001 From: k-hara Date: Thu, 13 Mar 2014 17:29:38 +0900 Subject: [PATCH] Add more local imports --- std/stdio.d | 2 ++ 1 file changed, 2 insertions(+) diff --git a/std/stdio.d b/std/stdio.d index 9017e783a9c..f4814c7afef 100644 --- a/std/stdio.d +++ b/std/stdio.d @@ -1800,6 +1800,8 @@ the contents may well have changed). version(Win64) { + static import std.file; + /* the C function tmpfile doesn't seem to work, even when called from C */ auto deleteme = testFilename(); auto file = File(deleteme, "w+");