examples/socket/socket-bound-static-routing.cc
changeset 6648 d1785ce489c5
parent 6014 d251d4a44fde
child 6821 203367ae7433
equal deleted inserted replaced
6647:bdbbfbc6bda7 6648:d1785ce489c5
    37 
    37 
    38 #include "ns3/core-module.h"
    38 #include "ns3/core-module.h"
    39 #include "ns3/simulator-module.h"
    39 #include "ns3/simulator-module.h"
    40 #include "ns3/node-module.h"
    40 #include "ns3/node-module.h"
    41 #include "ns3/helper-module.h"
    41 #include "ns3/helper-module.h"
       
    42 #include "ns3/ipv4-static-routing-helper.h"
       
    43 #include "ns3/ipv4-list-routing-helper.h"
    42 
    44 
    43 using namespace ns3;
    45 using namespace ns3;
    44 
    46 
    45 NS_LOG_COMPONENT_DEFINE ("SocketBoundRoutingExample");
    47 NS_LOG_COMPONENT_DEFINE ("SocketBoundRoutingExample");
    46 
    48