X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2da2ad09990570e3fc7b987409b1e4edebbfc477..7c0af58a0f06f395200144d9431beb22d1a4e2b0:/src/smpi/plugins/ampi/ampi.hpp diff --git a/src/smpi/plugins/ampi/ampi.hpp b/src/smpi/plugins/ampi/ampi.hpp index 0685cee29f..7f3912e057 100644 --- a/src/smpi/plugins/ampi/ampi.hpp +++ b/src/smpi/plugins/ampi/ampi.hpp @@ -3,6 +3,9 @@ /* 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 AMPI_HPP +#define AMPI_HPP + #include namespace simgrid { @@ -16,3 +19,4 @@ namespace ampi { } } +#endif