Revert r201622 and r201608.
[oota-llvm.git] / lib / Support / CrashRecoveryContext.cpp
index 92c370dda44be0e9c0a01059f60d8209bbf20fea..29f73fc539cd93e3a9bc249ae9848c089a6a6fc3 100644 (file)
@@ -132,7 +132,7 @@ CrashRecoveryContext::unregisterCleanup(CrashRecoveryContextCleanup *cleanup) {
 
 #ifdef LLVM_ON_WIN32
 
-#include "Windows/Windows.h"
+#include "Windows/WindowsSupport.h"
 
 // On Windows, we can make use of vectored exception handling to
 // catch most crashing situations.  Note that this does mean