[Libreoffice-commits] online.git: tools/Stress.cpp
Pranav Kant
pranavk at collabora.co.uk
Mon Jan 2 06:55:48 UTC 2017
tools/Stress.cpp | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 9680a13af37b598efd31d574a22daa35a578bf27
Author: Pranav Kant <pranavk at collabora.co.uk>
Date: Mon Jan 2 12:06:32 2017 +0530
fix build - std::accumulate not member of std
Fallback from ba9ffb47753cc1323fc9ebce2c4d403b4fdd9800
Previously, std::accumulate was included indirectly through
<random> header
Change-Id: I7e481d87bf390c52e9bf87a9f1040ae4b5974b16
diff --git a/tools/Stress.cpp b/tools/Stress.cpp
index fac3fd0..06bbeb1 100644
--- a/tools/Stress.cpp
+++ b/tools/Stress.cpp
@@ -15,6 +15,7 @@
#include <cstring>
#include <fstream>
#include <iostream>
+#include <numeric>
#include <thread>
#include <Poco/Net/HTTPRequest.h>
More information about the Libreoffice-commits
mailing list