Skip to content

Commit c55a504

Browse files
author
Zachary Turner
committedOct 22, 2015
Fix broken build under MSVC.
llvm-svn: 251030
1 parent 42526d3 commit c55a504

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎llvm/lib/MC/StringTableBuilder.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
#include "llvm/Support/COFF.h"
1414
#include "llvm/Support/Endian.h"
1515

16+
#include <vector>
17+
1618
using namespace llvm;
1719

1820
static int compareBySuffix(StringMapEntry<size_t> *const *AP,

0 commit comments

Comments
 (0)
Please sign in to comment.