[llvm] r251030 - Fix broken build under MSVC.

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 22 10:51:44 PDT 2015


Thanks! Sorry about that.

On 22 October 2015 at 12:42, Zachary Turner via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> Author: zturner
> Date: Thu Oct 22 11:42:31 2015
> New Revision: 251030
>
> URL: http://llvm.org/viewvc/llvm-project?rev=251030&view=rev
> Log:
> Fix broken build under MSVC.
>
> Modified:
>     llvm/trunk/lib/MC/StringTableBuilder.cpp
>
> Modified: llvm/trunk/lib/MC/StringTableBuilder.cpp
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/MC/StringTableBuilder.cpp?rev=251030&r1=251029&r2=251030&view=diff
> ==============================================================================
> --- llvm/trunk/lib/MC/StringTableBuilder.cpp (original)
> +++ llvm/trunk/lib/MC/StringTableBuilder.cpp Thu Oct 22 11:42:31 2015
> @@ -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,
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits


More information about the llvm-commits mailing list