Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move tests at proper place.
[simgrid.git] / examples / cxx / comm_time / Slave.hpp
index c3e861b4fc45ca7461e45ff939b0f2982e59c541..9ec76bc1c035bdab063f9433839f995dc1ae00d4 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