aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/SemaInherit.h
diff options
context:
space:
mode:
authorSebastian Redl <sebastian.redl@getdesigned.at>2009-02-07 00:15:38 +0000
committerSebastian Redl <sebastian.redl@getdesigned.at>2009-02-07 00:15:38 +0000
commit224605064a4ef87d1c3d35ad1cb363f8b534012b (patch)
treee8a4fd33c2d0cf29e5bf199b46456fde514ff7d9 /lib/Sema/SemaInherit.h
parent63b4fe6c118c14707d297f6f879e5e7973b8e6ff (diff)
Implement dereferencing of pointers-to-member.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63983 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaInherit.h')
-rw-r--r--lib/Sema/SemaInherit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Sema/SemaInherit.h b/lib/Sema/SemaInherit.h
index eb169a2982..311c136a0f 100644
--- a/lib/Sema/SemaInherit.h
+++ b/lib/Sema/SemaInherit.h
@@ -16,6 +16,7 @@
#ifndef LLVM_CLANG_SEMA_INHERIT_H
#define LLVM_CLANG_SEMA_INHERIT_H
+#include "Sema.h"
#include "clang/AST/DeclarationName.h"
#include "clang/AST/DeclBase.h"
#include "clang/AST/Type.h"
@@ -25,7 +26,6 @@
#include <map>
namespace clang {
- class Sema;
class CXXBaseSpecifier;
class CXXRecordType;