Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
make sure that nobody can compile s4u without simgrid/forward.h
[simgrid.git] / include / simgrid / s4u / Link.hpp
index 85b5e1e..bf34cc7 100644 (file)
@@ -6,6 +6,7 @@
 #ifndef S4U_LINK_HPP_
 #define S4U_LINK_HPP_
 
+#include <simgrid/forward.h>
 #include <simgrid/kernel/resource/Action.hpp>
 #include <simgrid/link.h>
 #include <string>