From bd0be39f4c9af5bbf92616d6f89ca5f4101420d9 Mon Sep 17 00:00:00 2001 From: Anton Korobeynikov Date: Tue, 16 Oct 2007 09:09:44 +0000 Subject: [PATCH] Unbreak mingw32. Maybe there should be something like libClandSystem? :) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43029 91177308-0d34-0410-b5e6-96231b3b80d8 --- Basic/SourceManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Basic/SourceManager.cpp b/Basic/SourceManager.cpp index cc1312f049..24aba4549b 100644 --- a/Basic/SourceManager.cpp +++ b/Basic/SourceManager.cpp @@ -42,7 +42,7 @@ SourceManager::~SourceManager() { // FIXME: REMOVE THESE #include #include -#if !defined(_MSC_VER) +#if !defined(_MSC_VER) && !defined(__MINGW32__) #include #include #else -- 2.40.0