Missing headers and forward declarations

This commit is contained in:
Gabriel Ferreira
2021-11-10 22:27:02 -03:00
committed by Tom Henderson
parent 22a1631700
commit a4b86694f8
6 changed files with 6 additions and 0 deletions

View File

@@ -23,6 +23,7 @@
#include "ns3/ipv6-address.h"
#include "ns3/node.h"
#include "ns3/mac48-address.h"
#include "ns3/simulator.h"
using namespace ns3;

View File

@@ -18,6 +18,7 @@
#include "ns3/uinteger.h"
#include "ns3/traced-value.h"
#include "ns3/trace-source-accessor.h"
#include "ns3/simulator.h"
#include <iostream>

View File

@@ -55,6 +55,7 @@
*/
#include "ns3/core-module.h"
#include "ns3/network-module.h"
#include "ns3/internet-apps-module.h"
#include "ns3/csma-module.h"
#include "ns3/internet-module.h"

View File

@@ -32,6 +32,7 @@
namespace ns3 {
class InetSocketAddress;
class Socket;
class Packet;

View File

@@ -2,6 +2,7 @@
#include "ns3/ptr.h"
#include "ns3/packet.h"
#include "ns3/header.h"
#include "ns3/simulator.h"
#include <iostream>
using namespace ns3;

View File

@@ -20,6 +20,7 @@
#include "ns3/tag.h"
#include "ns3/packet.h"
#include "ns3/uinteger.h"
#include "ns3/simulator.h"
#include <iostream>
using namespace ns3;