Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
use a user level mallocator on the task content
[simgrid.git] / examples / cxx / ping_pong / Sender.hpp
index 0c7a647..ae73a7d 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef SENDER_HPP
 #define SENDER_HPP
 
-#include <Process.hpp>
+#include <MsgProcess.hpp>
 using namespace SimGrid::Msg;
 
 class Sender : public Process