flow-monitor-helper.h is no longer part of the helper module

This commit is contained in:
Gustavo J. A. M. Carneiro
2010-10-23 12:50:24 +01:00
parent 58a17e5fae
commit 91f3abaa48
2 changed files with 2 additions and 0 deletions

View File

@@ -43,6 +43,7 @@
#include "ns3/simulator-module.h"
#include "ns3/node-module.h"
#include "ns3/helper-module.h"
#include "ns3/flow-monitor-helper.h"
using namespace ns3;

View File

@@ -56,6 +56,7 @@
#include "ns3/contrib-module.h"
#include "ns3/random-variable.h"
#include "ns3/wifi-module.h"
#include "ns3/flow-monitor-helper.h"
#include <iostream>
#include <fstream>