From: Justin Bogner Date: Wed, 4 Feb 2015 11:19:16 +0000 (+0000) Subject: InstrProf: std::to_string needs to #include X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=341ed28f1665196050a87e704c2ff9b116b389cb;p=oota-llvm.git InstrProf: std::to_string needs to #include git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228136 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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;