Try to fix the mingw build.
[oota-llvm.git] / include / llvm / Support / WindowsError.h
index 5fae79eeeb63c182f9e22002bcd92f3b3ff38d18..0e909a05bf4ae390b42c7c5dfb2f87658c1102f5 100644 (file)
 #ifndef LLVM_SUPPORT_WINDOWS_ERROR_H
 #define LLVM_SUPPORT_WINDOWS_ERROR_H
 
-#ifdef _MSC_VER
 #include <system_error>
 
 namespace llvm {
 std::error_code mapWindowsError(unsigned EV);
 }
-#endif
 
 #endif