OSDN Git Service

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

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,