X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fa222c38f9b796be07ab4351ffc810a61a8fd705..f1590acca2b2819509af822a4c8dac1a36f40500:/src/surf/surf_routing_cluster.hpp diff --git a/src/surf/surf_routing_cluster.hpp b/src/surf/surf_routing_cluster.hpp index e0f85d6355..c7fa8c805c 100644 --- a/src/surf/surf_routing_cluster.hpp +++ b/src/surf/surf_routing_cluster.hpp @@ -7,13 +7,15 @@ #ifndef SURF_ROUTING_CLUSTER_HPP_ #define SURF_ROUTING_CLUSTER_HPP_ +#include + #include "surf_routing_none.hpp" #include "network_interface.hpp" /*********** * Classes * ***********/ -class AsCluster; +class XBT_PRIVATE AsCluster; /* ************************************************** */