Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
put pid on 2 chars to help sorting, and revalidate the output (timestamps changed...
[simgrid.git] / examples / cxx / ping_pong / PingPongTask.hpp
index 405c1cb..009429d 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef PINGPONG_TASK_HPP
 #define PINGPONG_TASK_HPP
 
-#include <Task.hpp>
+#include <MsgTask.hpp>
 using namespace SimGrid::Msg;
 
 class PingPongTask : public Task