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 / autoDestination / BasicTask.hpp
index bef66e2..8e2866d 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef BASIC_TASK_HPP
 #define BASIC_TASK_HPP
 
-#include <Task.hpp>
+#include <MsgTask.hpp>
 using namespace SimGrid::Msg;
 
 class BasicTask : public Task