X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fd59c94828d56624b725b65c21dee0a7c5281e7f..638b21d2071c77f39da2f322156f05f75bf91517:/src/surf/network_ib.hpp diff --git a/src/surf/network_ib.hpp b/src/surf/network_ib.hpp index 26a27eaf46..553f9419e9 100644 --- a/src/surf/network_ib.hpp +++ b/src/surf/network_ib.hpp @@ -10,6 +10,10 @@ #include #include "network_smpi.hpp" + +namespace simgrid { +namespace surf { + class XBT_PRIVATE IBNode; class XBT_PRIVATE ActiveComm{ @@ -54,4 +58,7 @@ public: }; +} +} + #endif