From a04f05c81ac8c899960ed88b854a8ef9752a437b Mon Sep 17 00:00:00 2001 From: Argyrios Kyrtzidis Date: Fri, 12 Feb 2016 23:30:07 +0000 Subject: [PATCH] [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 --- include/clang/Index/IndexSymbol.h | 1 + 1 file changed, 1 insertion(+) 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; -- 2.40.0