From: Chris Lattner Date: Wed, 1 Apr 2009 02:03:38 +0000 (+0000) Subject: hopefully fix an apparent build error on windows. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c23c1fc5597c2cb90c1136c10570a966961d8b20;p=oota-llvm.git hopefully fix an apparent build error on windows. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68175 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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