From 437b1b3ea5eea3db2ed73e6e0e3d77d13999c714 Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Fri, 20 Nov 2015 19:29:40 +0000 Subject: Fix the Windows build, include for std::tie llvm-svn: 253698 --- llvm/lib/ProfileData/InstrProfWriter.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib') diff --git a/llvm/lib/ProfileData/InstrProfWriter.cpp b/llvm/lib/ProfileData/InstrProfWriter.cpp index 465a4ea9e00..9c4d311f475 100644 --- a/llvm/lib/ProfileData/InstrProfWriter.cpp +++ b/llvm/lib/ProfileData/InstrProfWriter.cpp @@ -16,6 +16,7 @@ #include "llvm/ADT/StringExtras.h" #include "llvm/Support/EndianStream.h" #include "llvm/Support/OnDiskHashTable.h" +#include using namespace llvm; -- cgit v1.2.3