X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/86ddcf4540e2c93370475c1988adb24993ef05ec..1a697cc4a3e16062754e16e0e4662510131ed35a:/include/simgrid/s4u/file.hpp diff --git a/include/simgrid/s4u/file.hpp b/include/simgrid/s4u/file.hpp index 28512e76b2..6c4ccd0ce7 100644 --- a/include/simgrid/s4u/file.hpp +++ b/include/simgrid/s4u/file.hpp @@ -9,7 +9,8 @@ #include #include -#include "simgrid/simix.h" +#include +#include namespace simgrid { namespace s4u { @@ -24,7 +25,7 @@ class Storage; * They are located on @link{simgrid::s4u::Storage}, that are accessed from a given @link{simgrid::s4u::Host} through mountpoints. * For now, you cannot change the mountpoints programatically, and must declare them from your platform file. */ -class File { +XBT_PUBLIC_CLASS File { public: File(const char *fullpath, void* userdata); ~File();