summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMehdi Amini <mehdi.amini@apple.com>2016-04-16 08:14:10 +0000
committerMehdi Amini <mehdi.amini@apple.com>2016-04-16 08:14:10 +0000
commit357deca82946d8cc7d72a0d1028632f23280e9d6 (patch)
tree7243772f0c6b19cd92da9612d9ecbf4af0b381a4
parent47b292d3fdb060b99388ac23b68d01eba34b31bf (diff)
downloadbcm5719-llvm-357deca82946d8cc7d72a0d1028632f23280e9d6.tar.gz
bcm5719-llvm-357deca82946d8cc7d72a0d1028632f23280e9d6.zip
Add missing headers (fix build after headers cleanup in LLVM)
From: Mehdi Amini <mehdi.amini@apple.com> llvm-svn: 266525
-rw-r--r--clang/include/clang/Lex/LiteralSupport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/include/clang/Lex/LiteralSupport.h b/clang/include/clang/Lex/LiteralSupport.h
index 3a2e8d276e4..a093e1a5ec9 100644
--- a/clang/include/clang/Lex/LiteralSupport.h
+++ b/clang/include/clang/Lex/LiteralSupport.h
@@ -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"
OpenPOWER on IntegriCloud