Author: mehdi_amini
Date: Sat Apr 16 03:14:10 2016
New Revision: 266525

URL: http://llvm.org/viewvc/llvm-project?rev=266525&view=rev
Log:
Add missing headers (fix build after headers cleanup in LLVM)

From: Mehdi Amini <mehdi.am...@apple.com>

Modified:
    cfe/trunk/include/clang/Lex/LiteralSupport.h

Modified: cfe/trunk/include/clang/Lex/LiteralSupport.h
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Lex/LiteralSupport.h?rev=266525&r1=266524&r2=266525&view=diff
==============================================================================
--- cfe/trunk/include/clang/Lex/LiteralSupport.h (original)
+++ cfe/trunk/include/clang/Lex/LiteralSupport.h Sat Apr 16 03:14:10 2016
@@ -19,6 +19,7 @@
 #include "clang/Basic/LLVM.h"
 #include "clang/Basic/TokenKinds.h"
 #include "llvm/ADT/APFloat.h"
+#include "llvm/ADT/ArrayRef.h"
 #include "llvm/ADT/SmallString.h"
 #include "llvm/ADT/StringRef.h"
 #include "llvm/Support/DataTypes.h"


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to