Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
xbt_dynar_length returns an unsigned long, not a size_t.
[simgrid.git] / examples / cxx / comm_time / Slave.hpp
index c3e861b..9ec76bc 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef SLAVE_HPP
 #define SLAVE_HPP
 
-#include <Process.hpp>
+#include <MsgProcess.hpp>
 using namespace SimGrid::Msg;
 
 class Slave : public Process