X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b3b356352e87ae00a20f737c48e19b0c8413455a..a34d8237b8267686bbd259670f27da273ff5236e:/src/surf/surf_routing_none.hpp diff --git a/src/surf/surf_routing_none.hpp b/src/surf/surf_routing_none.hpp index 3063261228..e69fade8d5 100644 --- a/src/surf/surf_routing_none.hpp +++ b/src/surf/surf_routing_none.hpp @@ -4,12 +4,14 @@ /* 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.hpp" #ifndef SURF_ROUTING_NONE_HPP_ #define SURF_ROUTING_NONE_HPP_ -class AsNone : public As { +class XBT_PRIVATE AsNone : public As { public: AsNone(); ~AsNone();