X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9104957deccc59e0e804215d5db498fabfd40d29..b01173b82d64fa12bef1afd2a3f9b3b1259296c5:/src/kernel/EngineImpl.hpp diff --git a/src/kernel/EngineImpl.hpp b/src/kernel/EngineImpl.hpp index f619bf6931..d730edebbd 100644 --- a/src/kernel/EngineImpl.hpp +++ b/src/kernel/EngineImpl.hpp @@ -3,10 +3,14 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ -#include +#ifndef SIMGRID_KERNEL_ENGINEIMPL_HPP +#define SIMGRID_KERNEL_ENGINEIMPL_HPP + #include #include #include + +#include #include #include @@ -48,3 +52,5 @@ public: } // namespace kernel } // namespace simgrid + +#endif \ No newline at end of file