add includes for mpi build

This commit is contained in:
Josh Pelkey
2010-11-01 12:23:07 -04:00
parent f853acc998
commit 74c9606a9c
3 changed files with 5 additions and 0 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>