Add missing #include found by modules buildbot.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 25 Feb 2015 19:55:49 +0000 (19:55 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 25 Feb 2015 19:55:49 +0000 (19:55 +0000)
llvm-svn: 230532

clang/include/clang/Sema/CodeCompleteConsumer.h

index 83a0d57..647eb8b 100644 (file)
@@ -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"