From: Cedric Venet Date: Fri, 27 Jun 2008 17:53:02 +0000 (+0000) Subject: Add missing include file (due to a file splitting in llvm). X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=58cbd06887c94d98fe4138d15c64db19d36a4af9;p=clang Add missing include file (due to a file splitting in llvm). Add new file to Sema Project for VS. this unbreak the build for VS2005 (with the associated patch on llvm). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52830 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGDebugInfo.cpp b/lib/CodeGen/CGDebugInfo.cpp index d232fd9560..b6f0911366 100644 --- a/lib/CodeGen/CGDebugInfo.cpp +++ b/lib/CodeGen/CGDebugInfo.cpp @@ -24,6 +24,7 @@ #include "llvm/ADT/StringExtras.h" #include "llvm/ADT/SmallVector.h" #include "llvm/CodeGen/MachineModuleInfo.h" +#include "llvm/CodeGen/MachineDebugInfoDesc.h" #include "llvm/Support/Dwarf.h" #include "llvm/Support/IRBuilder.h" #include "llvm/Target/TargetMachine.h" diff --git a/win32/clangSema/clangSema.vcproj b/win32/clangSema/clangSema.vcproj index 522e02f429..fc798b6c3a 100644 --- a/win32/clangSema/clangSema.vcproj +++ b/win32/clangSema/clangSema.vcproj @@ -174,6 +174,10 @@ RelativePath="..\..\lib\Sema\SemaDecl.cpp" > + +