summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorDavid Spickett <david.spickett@arm.com>2018-11-28 12:05:36 +0000
committerDavid Spickett <david.spickett@arm.com>2018-11-28 12:05:36 +0000
commite85c2592d92f5e37d260d518a02ae7c4f91f228c (patch)
treeaa5bd98b2c5836a8ab6b161f92eaa8b8d73559a7 /llvm
parent879087ce5b56712ccfa96b286cec49fcce95f366 (diff)
downloadbcm5719-llvm-e85c2592d92f5e37d260d518a02ae7c4f91f228c.tar.gz
bcm5719-llvm-e85c2592d92f5e37d260d518a02ae7c4f91f228c.zip
Fix build of r347741 by adding missing vector
include to ARMTargetParser.h. llvm-svn: 347748
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/Support/ARMTargetParser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/Support/ARMTargetParser.h b/llvm/include/llvm/Support/ARMTargetParser.h
index 19efd3e1a7c..e41675a1f60 100644
--- a/llvm/include/llvm/Support/ARMTargetParser.h
+++ b/llvm/include/llvm/Support/ARMTargetParser.h
@@ -18,6 +18,7 @@
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/Triple.h"
#include "llvm/Support/ARMBuildAttributes.h"
+#include <vector>
namespace llvm {
namespace ARM {
OpenPOWER on IntegriCloud