From 3056e7eed34d3b9ec18341b4c4279071bc6b428c Mon Sep 17 00:00:00 2001 From: Frederic Suter Date: Tue, 24 Apr 2018 11:41:17 +0200 Subject: [PATCH 1/1] add missing include for accumulate --- src/surf/network_cm02.cpp | 1 + 1 file changed, 1 insertion(+) 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" -- 2.20.1