From f5a684d7742df5b57e70bb4dac327f2ef0333f71 Mon Sep 17 00:00:00 2001 From: Argyrios Kyrtzidis Date: Thu, 15 Dec 2011 05:48:43 +0000 Subject: [PATCH] [libclang] Try to unbreak mingw build. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@146646 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Frontend/CompilerInstance.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/Frontend/CompilerInstance.cpp b/lib/Frontend/CompilerInstance.cpp index 84df382e27..8b6251e6e7 100644 --- a/lib/Frontend/CompilerInstance.cpp +++ b/lib/Frontend/CompilerInstance.cpp @@ -48,9 +48,12 @@ #include #include #include +#include #if LLVM_ON_WIN32 #include +#include +#include #endif #if LLVM_ON_UNIX #include -- 2.40.0