Fix broken build under MSVC.

llvm-svn: 251030
This commit is contained in:
Zachary Turner 2015-10-22 16:42:31 +00:00
parent 42526d3372
commit c55a5041e3
1 changed files with 2 additions and 0 deletions

View 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,