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 / comm_time / CommTimeTask.hpp
index 12769d2..87a6eea 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef COMMTIME_TASK_HPP
 #define COMMTIME_TASK_HPP
 
-#include <Task.hpp>
+#include <MsgTask.hpp>
 using namespace SimGrid::Msg;
 
 class CommTimeTask : public Task