Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
properly freeing memory in the msg process migration example
[simgrid.git] / examples / cxx / autoDestination / Slave.cxx
index 74a7424..f0eb611 100644 (file)
@@ -2,7 +2,7 @@
 #include "FinalizeTask.hpp"
 #include "BasicTask.hpp"
 
-#include <Host.hpp>
+#include <MsgHost.hpp>
 #include <HostNotFoundException.hpp>
 
 #include <Msg.hpp>