[XRay] Include <numeric> for std::accumulate.

Fix-up following D24377.

llvm-svn: 291750
This commit is contained in:
Dean Michael Berris 2017-01-12 07:43:54 +00:00
parent 429bac891f
commit 0c6392d3bc
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
#include <algorithm>
#include <cassert>
#include <numeric>
#include <system_error>
#include <utility>