diff options
author | Cedric Venet <cedric.venet@laposte.net> | 2008-06-27 17:53:02 +0000 |
---|---|---|
committer | Cedric Venet <cedric.venet@laposte.net> | 2008-06-27 17:53:02 +0000 |
commit | 58cbd06887c94d98fe4138d15c64db19d36a4af9 (patch) | |
tree | 1c92479546e9b207eaa68b3cf2882967311bedb8 /lib/CodeGen/CGDebugInfo.cpp | |
parent | 04bc87683acacce119967dfa5f7c35b4ecef012a (diff) |
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
Diffstat (limited to 'lib/CodeGen/CGDebugInfo.cpp')
-rw-r--r-- | lib/CodeGen/CGDebugInfo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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" |