Fix broken build under MSVC.
authorZachary Turner <zturner@google.com>
Thu, 22 Oct 2015 16:42:31 +0000 (16:42 +0000)
committerZachary Turner <zturner@google.com>
Thu, 22 Oct 2015 16:42:31 +0000 (16:42 +0000)
llvm-svn: 251030

llvm/lib/MC/StringTableBuilder.cpp

index e4c3aa2..0f15d30 100644 (file)
@@ -13,6 +13,8 @@
 #include "llvm/Support/COFF.h"
 #include "llvm/Support/Endian.h"
 
+#include <vector>
+
 using namespace llvm;
 
 static int compareBySuffix(StringMapEntry<size_t> *const *AP,