r189712 - Possibly appeasing the build bots from r189711
Aaron Ballman
aaron at aaronballman.com
Fri Aug 30 18:22:55 PDT 2013
Author: aaronballman
Date: Fri Aug 30 20:22:55 2013
New Revision: 189712
URL: http://llvm.org/viewvc/llvm-project?rev=189712&view=rev
Log:
Possibly appeasing the build bots from r189711
Modified:
cfe/trunk/lib/Parse/ParseDecl.cpp
Modified: cfe/trunk/lib/Parse/ParseDecl.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Parse/ParseDecl.cpp?rev=189712&r1=189711&r2=189712&view=diff
==============================================================================
--- cfe/trunk/lib/Parse/ParseDecl.cpp (original)
+++ cfe/trunk/lib/Parse/ParseDecl.cpp Fri Aug 30 20:22:55 2013
@@ -13,6 +13,7 @@
#include "clang/Parse/Parser.h"
#include "RAIIObjectsForParser.h"
+#include "clang/AST/ASTContext.h"
#include "clang/AST/DeclTemplate.h"
#include "clang/Basic/AddressSpaces.h"
#include "clang/Basic/CharInfo.h"
More information about the cfe-commits
mailing list