From 341ed28f1665196050a87e704c2ff9b116b389cb Mon Sep 17 00:00:00 2001 From: Justin Bogner Date: Wed, 4 Feb 2015 11:19:16 +0000 Subject: [PATCH] InstrProf: std::to_string needs to #include git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228136 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/ProfileData/CoverageMappingTest.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/unittests/ProfileData/CoverageMappingTest.cpp b/unittests/ProfileData/CoverageMappingTest.cpp index 5477f814300..5709f91b0a4 100644 --- a/unittests/ProfileData/CoverageMappingTest.cpp +++ b/unittests/ProfileData/CoverageMappingTest.cpp @@ -13,6 +13,8 @@ #include "llvm/Support/raw_ostream.h" #include "gtest/gtest.h" +#include + using namespace llvm; using namespace coverage; -- 2.34.1