Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
properly freeing memory in the msg process migration example
[simgrid.git] / examples / cxx / basic / Master.cxx
index 51b5eb1..9bf085e 100644 (file)
@@ -1,7 +1,7 @@
 #include "Master.hpp"
 #include "BasicTask.hpp"
 #include "FinalizeTask.hpp"
-#include <Host.hpp>
+#include <MsgHost.hpp>
 #include <HostNotFoundException.hpp>
 
 #include <Msg.hpp>