flow-monitor-helper.h is no longer part of the helper module
authorGustavo J. A. M. Carneiro <gjc@inescporto.pt>
Sat, 23 Oct 2010 12:50:24 +0100
changeset 6632 1f0ce8e8a810
parent 6631 2fd8e12e635d
child 6633 33dcadfac8b0
flow-monitor-helper.h is no longer part of the helper module
examples/routing/simple-global-routing.cc
examples/wireless/multirate.cc
--- a/examples/routing/simple-global-routing.cc	Fri Oct 22 17:18:49 2010 +0100
+++ b/examples/routing/simple-global-routing.cc	Sat Oct 23 12:50:24 2010 +0100
@@ -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;
 
--- a/examples/wireless/multirate.cc	Fri Oct 22 17:18:49 2010 +0100
+++ b/examples/wireless/multirate.cc	Sat Oct 23 12:50:24 2010 +0100
@@ -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>