From: Rafael Espindola Date: Tue, 11 Jun 2013 20:06:05 +0000 (+0000) Subject: Try to fix the windows build. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a265461d113ced2e6f0db684ed6f6cb0c66c0f24;p=clang Try to fix the windows build. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@183783 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Driver/ToolChains.h b/lib/Driver/ToolChains.h index 0827dba26b..49c577e975 100644 --- a/lib/Driver/ToolChains.h +++ b/lib/Driver/ToolChains.h @@ -17,6 +17,8 @@ #include "llvm/ADT/DenseMap.h" #include "llvm/Support/Compiler.h" +#include + namespace clang { namespace driver { namespace toolchains {