[llvm] r286691 - Add missing #include.

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 11 16:30:37 PST 2016


Author: zturner
Date: Fri Nov 11 18:30:37 2016
New Revision: 286691

URL: http://llvm.org/viewvc/llvm-project?rev=286691&view=rev
Log:
Add missing #include.

Modified:
    llvm/trunk/include/llvm/Support/FormatProviders.h

Modified: llvm/trunk/include/llvm/Support/FormatProviders.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/FormatProviders.h?rev=286691&r1=286690&r2=286691&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/FormatProviders.h (original)
+++ llvm/trunk/include/llvm/Support/FormatProviders.h Fri Nov 11 18:30:37 2016
@@ -22,6 +22,7 @@
 #include "llvm/Support/NativeFormatting.h"
 
 #include <type_traits>
+#include <vector>
 
 namespace llvm {
 namespace detail {




More information about the llvm-commits mailing list