From: Argyrios Kyrtzidis Date: Fri, 12 Feb 2016 23:30:07 +0000 (+0000) Subject: [index] Add llvm/Support/DataTypes.h header to fix build failures in the bots. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a04f05c81ac8c899960ed88b854a8ef9752a437b;p=clang [index] Add llvm/Support/DataTypes.h header to fix build failures in the bots. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@260762 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Index/IndexSymbol.h b/include/clang/Index/IndexSymbol.h index 0849241b60..7a505eac41 100644 --- a/include/clang/Index/IndexSymbol.h +++ b/include/clang/Index/IndexSymbol.h @@ -11,6 +11,7 @@ #define LLVM_CLANG_INDEX_INDEXSYMBOL_H #include "clang/Basic/LLVM.h" +#include "llvm/Support/DataTypes.h" namespace clang { class Decl;