add includes for mpi build
authorJosh Pelkey <jpelkey@gatech.edu>
Mon, 01 Nov 2010 12:23:07 -0400
changeset 6651 4bd42b7fbb3b
parent 6650 b92ee3137f95
child 6652 f635754fe75b
add includes for mpi build
examples/mpi/nms-udp-nix.cc
examples/mpi/simple-distributed.cc
examples/mpi/third-distributed.cc
--- a/examples/mpi/nms-udp-nix.cc	Wed Oct 27 21:19:12 2010 -0700
+++ b/examples/mpi/nms-udp-nix.cc	Mon Nov 01 12:23:07 2010 -0400
@@ -47,6 +47,8 @@
 #include "ns3/packet-sink.h"
 #include "ns3/point-to-point-net-device.h"
 #include "ns3/mpi-interface.h"
+#include "ns3/ipv4-static-routing-helper.h"
+#include "ns3/ipv4-list-routing-helper.h"
 
 #ifdef NS3_MPI
 #include <mpi.h>
--- a/examples/mpi/simple-distributed.cc	Wed Oct 27 21:19:12 2010 -0700
+++ b/examples/mpi/simple-distributed.cc	Mon Nov 01 12:23:07 2010 -0400
@@ -47,6 +47,8 @@
 #include "ns3/helper-module.h"
 #include "ns3/mpi-interface.h"
 #include "ns3/ipv4-global-routing-helper.h"
+#include "ns3/ipv4-static-routing-helper.h"
+#include "ns3/ipv4-list-routing-helper.h"
 
 #ifdef NS3_MPI
 #include <mpi.h>
--- a/examples/mpi/third-distributed.cc	Wed Oct 27 21:19:12 2010 -0700
+++ b/examples/mpi/third-distributed.cc	Mon Nov 01 12:23:07 2010 -0400
@@ -21,6 +21,7 @@
 #include "ns3/wifi-module.h"
 #include "ns3/mobility-module.h"
 #include "ns3/mpi-interface.h"
+#include "ns3/ipv4-global-routing-helper.h"
 
 #ifdef NS3_MPI
 #include <mpi.h>