r266525 - Add missing headers (fix build after headers cleanup in LLVM)

Mehdi Amini via cfe-commits cfe-commits at lists.llvm.org
Sat Apr 16 01:14:11 PDT 2016


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.amini at 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"




More information about the cfe-commits mailing list