Add the ASTContext which will provide clang::Attr's operator new.

This commit is contained in:
Vassil Vassilev 2014-09-29 15:56:15 +02:00 committed by sftnight
parent a6e5bb5300
commit 261a7bcb44

View File

@ -12,6 +12,7 @@
#include "cling/Interpreter/Interpreter.h"
#include "cling/Interpreter/Transaction.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/Decl.h"
#include "clang/AST/DeclCXX.h"
#include "clang/AST/DeclGroup.h"