X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e03ba5e826a3b2422d4bb300fe3949bed0f71712..878020909e91d141e57373397d8dede76c5fde03:/include/simgrid/s4u/storage.hpp diff --git a/include/simgrid/s4u/storage.hpp b/include/simgrid/s4u/storage.hpp index 3447b723a0..b0b3335372 100644 --- a/include/simgrid/s4u/storage.hpp +++ b/include/simgrid/s4u/storage.hpp @@ -8,12 +8,13 @@ #define INCLUDE_SIMGRID_S4U_STORAGE_HPP_ #include +#include "xbt/base.h" #include "simgrid/simix.h" namespace simgrid { namespace s4u { -class Storage { +XBT_PUBLIC_CLASS Storage { private: Storage(std::string name, smx_storage_t inferior); virtual ~Storage();