commit | a93d0f280693b8418bc88cf7a8c93325f7fcf4c6 | [log] [tgz] |
---|---|---|
author | Benjamin Kramer <benny.kra@googlemail.com> | Sat Dec 01 17:12:56 2012 +0000 |
committer | Benjamin Kramer <benny.kra@googlemail.com> | Sat Dec 01 17:12:56 2012 +0000 |
tree | 0b8b52c03547e1688e5e0c36c244bef8490fe722 | |
parent | 9852f58f50b4fc20914fbce5b4454135a42343f4 [diff] [blame] |
Include pruning and general cleanup. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169095 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/AST/TemplateBase.cpp b/lib/AST/TemplateBase.cpp index e9ee385..f5dda30 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>