Add missing #include.
authorZachary Turner <zturner@google.com>
Sat, 12 Nov 2016 00:30:37 +0000 (00:30 +0000)
committerZachary Turner <zturner@google.com>
Sat, 12 Nov 2016 00:30:37 +0000 (00:30 +0000)
llvm-svn: 286691

llvm/include/llvm/Support/FormatProviders.h

index b33a7e0..a65ea79 100644 (file)
@@ -22,6 +22,7 @@
 #include "llvm/Support/NativeFormatting.h"
 
 #include <type_traits>
+#include <vector>
 
 namespace llvm {
 namespace detail {