X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/41c803093e7108f16bfb4cc7e2c41c52104c73c2..0fe1137efda109ff1a402ab5f8317d3ec3a676dc:/src/surf/surf_routing_cluster_torus.hpp diff --git a/src/surf/surf_routing_cluster_torus.hpp b/src/surf/surf_routing_cluster_torus.hpp index bd1f9e7f5a..04089897e9 100644 --- a/src/surf/surf_routing_cluster_torus.hpp +++ b/src/surf/surf_routing_cluster_torus.hpp @@ -8,11 +8,13 @@ #ifndef SURF_ROUTING_CLUSTER_TORUS_HPP_ #define SURF_ROUTING_CLUSTER_TORUS_HPP_ +#include + #include "surf_routing_none.hpp" #include "network_interface.hpp" #include "surf_routing_cluster.hpp" -class AsClusterTorus: public AsCluster { +class XBT_PRIVATE AsClusterTorus: public AsCluster { public: AsClusterTorus(); virtual ~AsClusterTorus();