diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2012-12-01 17:12:56 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2012-12-01 17:12:56 +0000 |
commit | a93d0f280693b8418bc88cf7a8c93325f7fcf4c6 (patch) | |
tree | 0b8b52c03547e1688e5e0c36c244bef8490fe722 /lib/AST/TemplateBase.cpp | |
parent | 9852f58f50b4fc20914fbce5b4454135a42343f4 (diff) |
Include pruning and general cleanup.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169095 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AST/TemplateBase.cpp')
-rw-r--r-- | lib/AST/TemplateBase.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/AST/TemplateBase.cpp b/lib/AST/TemplateBase.cpp index e9ee385457..f5dda30dea 100644 --- a/lib/AST/TemplateBase.cpp +++ b/lib/AST/TemplateBase.cpp @@ -23,6 +23,7 @@ #include "clang/Basic/Diagnostic.h" #include "llvm/ADT/FoldingSet.h" #include "llvm/ADT/SmallString.h" +#include "llvm/Support/raw_ostream.h" #include <algorithm> #include <cctype> |