Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move surf::As to s4u::As
[simgrid.git] / src / surf / surf_routing_none.hpp
index 16b97a4..78716e7 100644 (file)
@@ -7,6 +7,8 @@
 #include <xbt/base.h>
 
 #include "surf_routing.hpp"
+#include "simgrid/s4u/as.hpp"
+
 
 #ifndef SURF_ROUTING_NONE_HPP_
 #define SURF_ROUTING_NONE_HPP_
@@ -15,7 +17,7 @@ namespace simgrid {
 namespace surf {
 
 /** No specific routing. Mainly useful with the constant network model */
-class XBT_PRIVATE AsNone : public As {
+class XBT_PRIVATE AsNone : public s4u::As {
 public:
   AsNone(const char*name);
   ~AsNone();