Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
change consecutive to the renaming of the C++ wrappers
[simgrid.git] / examples / cxx / ping_pong / Sender.hpp
index 0c7a647b3e2767334ab46d97af7bdd7297dfba35..ae73a7d8a7f9396692639bc8ea08807688161fdb 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