From: Dean Michael Berris Date: Thu, 12 Jan 2017 07:43:54 +0000 (+0000) Subject: [XRay] Include for std::accumulate. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=182166ec7e67a029448161090acc007633360f70;p=llvm [XRay] Include for std::accumulate. Fix-up following D24377. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@291750 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llvm-xray/xray-account.cc b/tools/llvm-xray/xray-account.cc index ceb8885cadb..7c2b88cb790 100644 --- a/tools/llvm-xray/xray-account.cc +++ b/tools/llvm-xray/xray-account.cc @@ -13,6 +13,7 @@ #include #include +#include #include #include