]> granicus.if.org Git - llvm/commitdiff
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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@286691 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/FormatProviders.h

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