Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add missing include for accumulate
[simgrid.git] / src / surf / network_cm02.cpp
index 47e16c9..52ebc62 100644 (file)
@@ -4,6 +4,7 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include <algorithm>
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include <algorithm>
+#include <numeric>
 
 #include "network_cm02.hpp"
 #include "simgrid/s4u/Host.hpp"
 
 #include "network_cm02.hpp"
 #include "simgrid/s4u/Host.hpp"