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 / Mailbox.hpp
index faffc35..989ae54 100644 (file)
@@ -6,8 +6,10 @@
 #ifndef SIMGRID_S4U_MAILBOX_HPP
 #define SIMGRID_S4U_MAILBOX_HPP
 
-#include <xbt/string.hpp>
+#include <simgrid/forward.h>
+
 #include <simgrid/s4u/Actor.hpp>
+#include <xbt/string.hpp>
 
 #include <string>