Fix broken build under MSVC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251030 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Zachary Turner
2015-10-22 16:42:31 +00:00
parent 0c065cf3ea
commit 30385e0454
+2
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,