Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Missing import in examples
[simgrid.git] / examples / basic / Slave.java
index ccd2344..dc216a4 100644 (file)
@@ -5,6 +5,8 @@
  * under the terms of the license (GNU LGPL) which comes with this package. 
  */
 package basic;
+
+import org.simgrid.msg.Host;
 import org.simgrid.msg.HostFailureException;
 import org.simgrid.msg.Msg;
 import org.simgrid.msg.Task;