X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=lib%2FSupport%2FWindows%2FPath.inc;h=4ef7285801a6357fc99c23a086508e364caee256;hp=b7926e40806144aecd9c0f4e08de77d864e0cacf;hb=974a445bd90795248274493eda5cdbf6721910f7;hpb=1a080cef909279240f14ebfb8ec19db9c038cbfb diff --git a/lib/Support/Windows/Path.inc b/lib/Support/Windows/Path.inc index b7926e40806..4ef7285801a 100644 --- a/lib/Support/Windows/Path.inc +++ b/lib/Support/Windows/Path.inc @@ -17,12 +17,14 @@ //===----------------------------------------------------------------------===// #include "llvm/ADT/STLExtras.h" -#include "Windows.h" #include #include #include #include +// The Windows.h header must be the last one included. +#include "Windows.h" + #undef max // MinGW doesn't define this.