[index] Add llvm/Support/DataTypes.h header to fix build failures in the bots.

llvm-svn: 260762
This commit is contained in:
Argyrios Kyrtzidis
2016-02-12 23:30:07 +00:00
parent fdecea7f59
commit ea84722b8b

View File

@@ -11,6 +11,7 @@
#define LLVM_CLANG_INDEX_INDEXSYMBOL_H
#include "clang/Basic/LLVM.h"
#include "llvm/Support/DataTypes.h"
namespace clang {
class Decl;