commit | cbc8e947bf778b728446edc33edd0953df025f90 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Tue Sep 06 03:17:45 2016 +0000 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Tue Sep 06 03:17:45 2016 +0000 |
tree | 224bacdeba8b2d31d3fc486481ee5d926ca105d3 | |
parent | 0dba01018c2aae64c6e63797755a6abb26ec9e53 [diff] |
daemon+rib: add proper #include line for NDNLPv2 tags refs #3755 Change-Id: I3ab279405aca7c7139e8d0e8e662eb3ea7200045
diff --git a/daemon/fw/client-control-strategy.cpp b/daemon/fw/client-control-strategy.cpp index 147b936..0b1c5f5 100644 --- a/daemon/fw/client-control-strategy.cpp +++ b/daemon/fw/client-control-strategy.cpp
@@ -25,6 +25,7 @@ #include "client-control-strategy.hpp" #include "core/logger.hpp" +#include <ndn-cxx/lp/tags.hpp> namespace nfd { namespace fw {
diff --git a/daemon/fw/forwarder.cpp b/daemon/fw/forwarder.cpp index 502a071..f0186f5 100644 --- a/daemon/fw/forwarder.cpp +++ b/daemon/fw/forwarder.cpp
@@ -29,6 +29,7 @@ #include "core/random.hpp" #include "strategy.hpp" #include "table/cleanup.hpp" +#include <ndn-cxx/lp/tags.hpp> #include <boost/random/uniform_int_distribution.hpp> namespace nfd {