diff options
Diffstat (limited to 'contrib/llvm/lib/Support/Windows/Memory.inc')
-rw-r--r-- | contrib/llvm/lib/Support/Windows/Memory.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/llvm/lib/Support/Windows/Memory.inc b/contrib/llvm/lib/Support/Windows/Memory.inc index cb80f28..4c5aebd 100644 --- a/contrib/llvm/lib/Support/Windows/Memory.inc +++ b/contrib/llvm/lib/Support/Windows/Memory.inc @@ -15,6 +15,8 @@ #include "llvm/Support/DataTypes.h" #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/Process.h" + +// The Windows.h header must be the last one included. #include "Windows.h" namespace { |