X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fa222c38f9b796be07ab4351ffc810a61a8fd705..ae7bffe6655b934fc4a09ca1a34e10de5d8dd366:/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();