git://git.jankratochvil.net
/
lldb.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[AST] Remove DeclCXX.h dep on ASTContext.h
[lldb.git]
/
clang
/
lib
/
CodeGen
/
CGDebugInfo.h
diff --git
a/clang/lib/CodeGen/CGDebugInfo.h
b/clang/lib/CodeGen/CGDebugInfo.h
index
1deca07
..
4915e19
100644
(file)
--- a/
clang/lib/CodeGen/CGDebugInfo.h
+++ b/
clang/lib/CodeGen/CGDebugInfo.h
@@
-17,6
+17,7
@@
#include "clang/AST/DeclCXX.h"
#include "clang/AST/Expr.h"
#include "clang/AST/ExternalASTSource.h"
+#include "clang/AST/PrettyPrinter.h"
#include "clang/AST/Type.h"
#include "clang/AST/TypeOrdering.h"
#include "clang/Basic/CodeGenOptions.h"