From: Frederic Suter Date: Tue, 27 Jun 2017 10:42:43 +0000 (+0200) Subject: add missing includes X-Git-Tag: v3_17~514 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/39dbe66295652dda67263290711ddea484bce933 add missing includes --- diff --git a/src/surf/FileImpl.hpp b/src/surf/FileImpl.hpp index 938a1b5945..e8ae85bb1d 100644 --- a/src/surf/FileImpl.hpp +++ b/src/surf/FileImpl.hpp @@ -7,6 +7,9 @@ #ifndef SRC_SURF_FILEIMPL_HPP_ #define SRC_SURF_FILEIMPL_HPP_ +#include "surf/surf.h" +#include + namespace simgrid { namespace surf {