X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c98cf4ba570641c535c13811dcce020ee2a48a56..27032003460976597e8a3fc709c0aae9fbc653a5:/src/kernel/resource/profile/DatedValue.hpp diff --git a/src/kernel/resource/profile/DatedValue.hpp b/src/kernel/resource/profile/DatedValue.hpp index 8530fb77c2..84bdf99bae 100644 --- a/src/kernel/resource/profile/DatedValue.hpp +++ b/src/kernel/resource/profile/DatedValue.hpp @@ -3,6 +3,10 @@ /* 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. */ +#ifndef SIMGRID_KERNEL_PROFILE_DATEDVALUE +#define SIMGRID_KERNEL_PROFILE_DATEDVALUE + +#include "simgrid/forward.h" #include namespace simgrid { @@ -32,4 +36,6 @@ std::ostream& operator<<(std::ostream& out, const DatedValue& e); } // namespace profile } // namespace kernel -} // namespace simgrid \ No newline at end of file +} // namespace simgrid + +#endif