summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/CodeCompleteConsumer.cpp
diff options
context:
space:
mode:
authorJohn McCall <rjmccall@apple.com>2010-08-24 07:21:54 +0000
committerJohn McCall <rjmccall@apple.com>2010-08-24 07:21:54 +0000
commitde6836a384d865d5fff766636cb872884687c5f0 (patch)
treed12562baac403299274fc4955210331b7f244d14 /clang/lib/Sema/CodeCompleteConsumer.cpp
parentdadc575b1e8789cef8264b6d2eb3881655ad59d6 (diff)
downloadbcm5719-llvm-de6836a384d865d5fff766636cb872884687c5f0.tar.gz
bcm5719-llvm-de6836a384d865d5fff766636cb872884687c5f0.zip
Struggle mightily against header inclusion in Sema.h.
llvm-svn: 111904
Diffstat (limited to 'clang/lib/Sema/CodeCompleteConsumer.cpp')
-rw-r--r--clang/lib/Sema/CodeCompleteConsumer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/Sema/CodeCompleteConsumer.cpp b/clang/lib/Sema/CodeCompleteConsumer.cpp
index cab853a5cb5..79569a8c321 100644
--- a/clang/lib/Sema/CodeCompleteConsumer.cpp
+++ b/clang/lib/Sema/CodeCompleteConsumer.cpp
@@ -14,6 +14,7 @@
#include "clang/Sema/Scope.h"
#include "clang/Sema/Sema.h"
#include "clang/AST/DeclCXX.h"
+#include "clang/AST/DeclObjC.h"
#include "clang/Lex/Preprocessor.h"
#include "clang-c/Index.h"
#include "llvm/ADT/STLExtras.h"
OpenPOWER on IntegriCloud