[Rivet-svn] rivet: Add missing include of numeric --- was breaking compilati...

Rivet Mercurial rivet at projects.hepforge.org
Tue Aug 23 11:30:01 BST 2016


details:   https://rivet.hepforge.org/hg/rivet/rev/8adef2c44c87
branches:  release-2-5-x
changeset: 5421:8adef2c44c87
user:      Holger Schulz <holger.schulz at durham.ac.uk>
date:      Tue Aug 23 11:27:20 2016 +0100
description:
Add missing include of numeric --- was breaking compilation with gcc6

diffs (10 lines):

--- a/include/Rivet/Tools/Utils.hh	Tue Aug 23 00:16:30 2016 +0100
+++ b/include/Rivet/Tools/Utils.hh	Tue Aug 23 11:27:20 2016 +0100
@@ -8,6 +8,7 @@
 #include <cctype>
 #include <algorithm>
 #include <cerrno>
+#include <numeric>
 
 namespace Rivet {
 


More information about the Rivet-svn mailing list