X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0fe1137efda109ff1a402ab5f8317d3ec3a676dc..8d000a773b5ebcd411b28c31de68eeddf804e66b:/src/surf/network_ib.hpp?ds=sidebyside 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