From 437755672d81cabe0e7f5f6f529d4fd451c8a893 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 1 Apr 2009 02:03:38 +0000 Subject: [PATCH] hopefully fix an apparent build error on windows. llvm-svn: 68175 --- lib/System/Win32/Path.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/System/Win32/Path.inc b/lib/System/Win32/Path.inc index ff96e33dfad..fbf8f6688a5 100644 --- a/lib/System/Win32/Path.inc +++ b/lib/System/Win32/Path.inc @@ -21,6 +21,7 @@ #include "Win32.h" #include +#include // We need to undo a macro defined in Windows.h, otherwise we won't compile: #undef CopyFile