From: Martin Quinson Date: Sun, 16 Aug 2015 16:49:05 +0000 (+0200) Subject: add missing includes to s4u.h X-Git-Tag: v3_13~1690^2~12 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/3cb9f7919a7c2a7693f3946bcd5312631097bd87 add missing includes to s4u.h --- diff --git a/include/simgrid/s4u.h b/include/simgrid/s4u.h index 3d3d966bb8..d5e8c1ee25 100644 --- a/include/simgrid/s4u.h +++ b/include/simgrid/s4u.h @@ -11,4 +11,7 @@ #include "s4u/engine.hpp" #include "s4u/host.hpp" +#include "s4u/async.hpp" +#include "s4u/comm.hpp" + #endif /* SIMGRID_S4U_S4U_H */