diff options
author | Chris Lattner <sabre@nondot.org> | 2009-12-10 00:45:15 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-12-10 00:45:15 +0000 |
commit | de138eb4e63f58bcfdea6d3834e07f4cd25ca857 (patch) | |
tree | 97999ba838ec4700f2806008b2d78119d0adb1b3 /lib/Parse/ParseTemplate.cpp | |
parent | d0d76f1cbeeb6ea2ade6c17820ef4705f2e83a41 (diff) |
Second half of r91023, saving files is good.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91024 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Parse/ParseTemplate.cpp')
-rw-r--r-- | lib/Parse/ParseTemplate.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Parse/ParseTemplate.cpp b/lib/Parse/ParseTemplate.cpp index b827a48f6a..cc28541b01 100644 --- a/lib/Parse/ParseTemplate.cpp +++ b/lib/Parse/ParseTemplate.cpp @@ -16,6 +16,7 @@ #include "clang/Parse/DeclSpec.h" #include "clang/Parse/Scope.h" #include "clang/Parse/Template.h" +#include "RAIIObjectsForParser.h" using namespace clang; /// \brief Parse a template declaration, explicit instantiation, or |