commit | 82d5ffe1f67926c93179683c43a11b4cf1fab989 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Dec 30 23:55:38 2014 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Jan 06 14:33:22 2015 -0800 |
tree | f5752cce1ea66fc9488f67c754cd650f4025159e | |
parent | eb7d530d41a63b6b3e0119a9f228a415c8064fed [diff] [blame] |
model: Enabling face operations based on NFD's face Refs: #2215
diff --git a/model/ndn-global-router.hpp b/model/ndn-global-router.hpp index 74cf5f1..0465cb8 100644 --- a/model/ndn-global-router.hpp +++ b/model/ndn-global-router.hpp
@@ -22,6 +22,7 @@ #define NDN_GLOBAL_ROUTER_H #include "ns3/ndnSIM/model/ndn-common.hpp" +#include "ns3/ndnSIM/model/ndn-face.hpp" #include "ns3/object.h" #include "ns3/ptr.h" @@ -36,7 +37,6 @@ namespace ndn { class L3Protocol; -class Face; /** * @ingroup ndn