diff options
-rw-r--r-- | lib/CodeGen/CGDebugInfo.cpp | 1 | ||||
-rw-r--r-- | win32/clangSema/clangSema.vcproj | 4 |
2 files changed, 5 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" 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 @@ -175,6 +175,10 @@ >
</File>
<File
+ RelativePath="..\..\lib\Sema\SemaDeclAttr.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\lib\Sema\SemaDeclCXX.cpp"
>
</File>
|