Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
xbt_dynar_length returns an unsigned long, not a size_t.
[simgrid.git] / examples / cxx / explicitDestination / Slave.cxx
index 6bd3dd6..03c14c6 100644 (file)
@@ -2,7 +2,7 @@
 #include "FinalizeTask.hpp"
 #include "BasicTask.hpp"
 
-#include <Host.hpp>
+#include <MsgHost.hpp>
 #include <HostNotFoundException.hpp>
 
 #include <Msg.hpp>