summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2015-02-25 19:55:49 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2015-02-25 19:55:49 +0000
commitf42e1eca9fe959059079abf0dda590c23fddfb14 (patch)
tree7c168ec4f51115c390410685621b08894e48c929
parent49be160531053ba001f0337951572ea9de064eb9 (diff)
downloadbcm5719-llvm-f42e1eca9fe959059079abf0dda590c23fddfb14.tar.gz
bcm5719-llvm-f42e1eca9fe959059079abf0dda590c23fddfb14.zip
Add missing #include found by modules buildbot.
llvm-svn: 230532
-rw-r--r--clang/include/clang/Sema/CodeCompleteConsumer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/include/clang/Sema/CodeCompleteConsumer.h b/clang/include/clang/Sema/CodeCompleteConsumer.h
index 83a0d575b9a..647eb8b3808 100644
--- a/clang/include/clang/Sema/CodeCompleteConsumer.h
+++ b/clang/include/clang/Sema/CodeCompleteConsumer.h
@@ -17,6 +17,7 @@
#include "clang/AST/CanonicalType.h"
#include "clang/AST/Type.h"
#include "clang/Sema/CodeCompleteOptions.h"
+#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Allocator.h"
OpenPOWER on IntegriCloud