Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add missing include for accumulate
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Tue, 24 Apr 2018 09:41:17 +0000 (11:41 +0200)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Tue, 24 Apr 2018 09:41:17 +0000 (11:41 +0200)
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"