Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix missing removal of files when uninstalling
[simgrid.git] / examples / cxx / autoDestination / Master.hpp
index 40bb39089a8bb0e7f824fcc469bed5ed2dd1e521..b3e59ab7d68bd6e02817f4d6334f532b513a45b4 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef MASTER_HPP
 #define MASTER_HPP
 
-#include <Process.hpp>
+#include <MsgProcess.hpp>
 using namespace SimGrid::Msg;
 
 class Master : public Process