diff options
-rw-r--r-- | llvm/lib/System/Win32/Path.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/System/Win32/Path.inc b/llvm/lib/System/Win32/Path.inc index ff96e33dfad..fbf8f6688a5 100644 --- a/llvm/lib/System/Win32/Path.inc +++ b/llvm/lib/System/Win32/Path.inc @@ -21,6 +21,7 @@ #include "Win32.h" #include <malloc.h> +#include <cstdio> // We need to undo a macro defined in Windows.h, otherwise we won't compile: #undef CopyFile |