OSDN Git Service

[XRay] Include <numeric> for std::accumulate.
authorDean Michael Berris <dberris@google.com>
Thu, 12 Jan 2017 07:43:54 +0000 (07:43 +0000)
committerDean Michael Berris <dberris@google.com>
Thu, 12 Jan 2017 07:43:54 +0000 (07:43 +0000)
Fix-up following D24377.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@291750 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-xray/xray-account.cc

index ceb8885..7c2b88c 100644 (file)
@@ -13,6 +13,7 @@
 
 #include <algorithm>
 #include <cassert>
+#include <numeric>
 #include <system_error>
 #include <utility>