X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7da2926d0733ff0683f31aeea176ce71e127264f..24e3d7b3bb3312445ad0986fc67853995031bea0:/include/simgrid/s4u/engine.hpp diff --git a/include/simgrid/s4u/engine.hpp b/include/simgrid/s4u/engine.hpp index 96ef4dcd40..0f7dca1fc0 100644 --- a/include/simgrid/s4u/engine.hpp +++ b/include/simgrid/s4u/engine.hpp @@ -6,13 +6,15 @@ #ifndef SIMGRID_S4U_ENGINE_HPP #define SIMGRID_S4U_ENGINE_HPP +#include + namespace simgrid { namespace s4u { /** @brief Simulation engine * * This class is an interface to the simulation engine. */ -class Engine { +XBT_PUBLIC_CLASS Engine { public: /** Constructor, taking the command line parameters of your main function */ Engine(int *argc, char **argv);