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

Argyrios Kyrtzidis via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 12 15:30:07 PST 2016


Author: akirtzidis
Date: Fri Feb 12 17:30:07 2016
New Revision: 260762

URL: http://llvm.org/viewvc/llvm-project?rev=260762&view=rev
Log:
[index] Add llvm/Support/DataTypes.h header to fix build failures in the bots.

Modified:
    cfe/trunk/include/clang/Index/IndexSymbol.h

Modified: cfe/trunk/include/clang/Index/IndexSymbol.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Index/IndexSymbol.h?rev=260762&r1=260761&r2=260762&view=diff
==============================================================================
--- cfe/trunk/include/clang/Index/IndexSymbol.h (original)
+++ cfe/trunk/include/clang/Index/IndexSymbol.h Fri Feb 12 17:30:07 2016
@@ -11,6 +11,7 @@
 #define LLVM_CLANG_INDEX_INDEXSYMBOL_H
 
 #include "clang/Basic/LLVM.h"
+#include "llvm/Support/DataTypes.h"
 
 namespace clang {
   class Decl;




More information about the cfe-commits mailing list