summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2016-11-12 00:30:37 +0000
committerZachary Turner <zturner@google.com>2016-11-12 00:30:37 +0000
commitaec833265cde60433a7d6da86268fcd25ab97707 (patch)
tree595847ec762a13ff24685ad036f4b6817ccd7d3a /include
parent672f0a30925ecf2494f1c1d4325ab75227522050 (diff)
Add missing #include.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@286691 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Support/FormatProviders.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Support/FormatProviders.h b/include/llvm/Support/FormatProviders.h
index b33a7e01ec8..a65ea79033d 100644
--- a/include/llvm/Support/FormatProviders.h
+++ b/include/llvm/Support/FormatProviders.h
@@ -22,6 +22,7 @@
#include "llvm/Support/NativeFormatting.h"
#include <type_traits>
+#include <vector>
namespace llvm {
namespace detail {