From: Anton Korobeynikov Date: Tue, 16 Oct 2007 09:09:44 +0000 (+0000) Subject: Unbreak mingw32. Maybe there should be something like libClandSystem? :) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bd0be39f4c9af5bbf92616d6f89ca5f4101420d9;p=clang 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 --- 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