]> AND Public Git Repository - simgrid.git/blobdiff - include/simgrid/s4u/engine.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
[simgrid.git] / include / simgrid / s4u / engine.hpp
index 96ef4dcd4029c68b289b670c9db4f556d7fa1026..0f7dca1fc08ca2220e2fd6cd51f23f9347804a4a 100644 (file)
@@ -6,13 +6,15 @@
 #ifndef SIMGRID_S4U_ENGINE_HPP
 #define SIMGRID_S4U_ENGINE_HPP
 
+#include <xbt/base.h>
+
 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);