From: Frederic Suter Date: Tue, 24 Apr 2018 09:41:17 +0000 (+0200) Subject: add missing include for accumulate X-Git-Tag: v3.20~330 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/3056e7eed34d3b9ec18341b4c4279071bc6b428c?ds=sidebyside add missing include for accumulate --- diff --git a/src/surf/network_cm02.cpp b/src/surf/network_cm02.cpp index 47e16c9a11..52ebc62c91 100644 --- a/src/surf/network_cm02.cpp +++ b/src/surf/network_cm02.cpp @@ -4,6 +4,7 @@ * under the terms of the license (GNU LGPL) which comes with this package. */ #include +#include #include "network_cm02.hpp" #include "simgrid/s4u/Host.hpp"