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/model/cs/custom-policies/freshness-policy.hpp b/model/cs/custom-policies/freshness-policy.hpp
index 999c61d..9d66c66 100644
--- a/model/cs/custom-policies/freshness-policy.hpp
+++ b/model/cs/custom-policies/freshness-policy.hpp
@@ -21,6 +21,8 @@
#ifndef FRESHNESS_POLICY_H_
#define FRESHNESS_POLICY_H_
+#include "ns3/ndnSIM/model/ndn-common.hpp"
+
#include <boost/intrusive/options.hpp>
#include <boost/intrusive/list.hpp>