From: Martin Quinson Date: Tue, 20 Mar 2018 14:27:20 +0000 (+0100) Subject: old clang compiler seem to need that include X-Git-Tag: v3.19~7 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/e7a03b03515940762ca441a6339e1b2bcdf369ad old clang compiler seem to need that include --- diff --git a/src/s4u/s4u_storage.cpp b/src/s4u/s4u_storage.cpp index fe8d8ffbde..e2f66aab33 100644 --- a/src/s4u/s4u_storage.cpp +++ b/src/s4u/s4u_storage.cpp @@ -11,6 +11,8 @@ #include "simgrid/simix.hpp" #include "simgrid/storage.h" #include "src/surf/StorageImpl.hpp" + +#include #include namespace simgrid {