Add missing #include found by modules buildbot.

llvm-svn: 230532
This commit is contained in:
Richard Smith 2015-02-25 19:55:49 +00:00
parent 49be160531
commit f42e1eca9f
1 changed files with 1 additions and 0 deletions

View 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"