X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/41c803093e7108f16bfb4cc7e2c41c52104c73c2..0fe1137efda109ff1a402ab5f8317d3ec3a676dc:/src/surf/surf_routing_dijkstra.hpp diff --git a/src/surf/surf_routing_dijkstra.hpp b/src/surf/surf_routing_dijkstra.hpp index ee2c80c317..aa8400070d 100644 --- a/src/surf/surf_routing_dijkstra.hpp +++ b/src/surf/surf_routing_dijkstra.hpp @@ -4,6 +4,8 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ +#include + #include "surf_routing_generic.hpp" #ifndef SURF_ROUTING_DIJKSTRA_HPP_ @@ -26,7 +28,7 @@ typedef struct route_cache_element { /*********** * Classes * ***********/ -class AsDijkstra; +class XBT_PRIVATE AsDijkstra; class AsDijkstra : public AsGeneric { public: