commit | 4885eeac21ace21324c7be63a149b0a05846343d | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Jun 01 12:28:15 2012 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Jun 01 12:28:15 2012 -0700 |
tree | 619c755d6f31cefe18824144af7340dc81242fec | |
parent | 57bcbc3b9dd59890893bf2b2a476e480c4051a5d [diff] [blame] |
Correcting includes in example
diff --git a/examples/ccnx-grid.cc b/examples/ccnx-grid.cc index 9c5e6b2..a0f98ad 100644 --- a/examples/ccnx-grid.cc +++ b/examples/ccnx-grid.cc
@@ -22,7 +22,7 @@ #include "ns3/core-module.h" #include "ns3/network-module.h" #include "ns3/point-to-point-module.h" -#include "ns3/NDNabstraction-module.h" +#include "ns3/ndnSIM-module.h" #include "ns3/point-to-point-grid.h" using namespace ns3;