ndnSIM-v2: Initial implementation
- Name, name::Components, Interest, Data now use ndn-cxx
- Ptr is replaced with shared_ptr for ndn-cxx structures
Credits for the change also to Mickey Sweat, Wentao Shang, and Alex Afanasyev
diff --git a/helper/ndn-app-helper.hpp b/helper/ndn-app-helper.hpp
index 63fa705..fab41ad 100644
--- a/helper/ndn-app-helper.hpp
+++ b/helper/ndn-app-helper.hpp
@@ -21,6 +21,8 @@
#ifndef NDN_APP_HELPER_H
#define NDN_APP_HELPER_H
+#include "ns3/ndnSIM/model/ndn-common.hpp"
+
#include "ns3/object-factory.h"
#include "ns3/attribute.h"
#include "ns3/node-container.h"