aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/AST/ByteCode/Context.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/AST/ByteCode/Context.h')
-rw-r--r--clang/lib/AST/ByteCode/Context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/AST/ByteCode/Context.h b/clang/lib/AST/ByteCode/Context.h
index 62ef529..1c084ac 100644
--- a/clang/lib/AST/ByteCode/Context.h
+++ b/clang/lib/AST/ByteCode/Context.h
@@ -17,9 +17,9 @@
#define LLVM_CLANG_AST_INTERP_CONTEXT_H
#include "InterpStack.h"
+#include "clang/AST/ASTContext.h"
namespace clang {
-class ASTContext;
class LangOptions;
class FunctionDecl;
class VarDecl;