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/tests/daemon/fw/client-control-strategy.t.cpp b/tests/daemon/fw/client-control-strategy.t.cpp index 9f500e8..517d2aa 100644 --- a/tests/daemon/fw/client-control-strategy.t.cpp +++ b/tests/daemon/fw/client-control-strategy.t.cpp
@@ -26,6 +26,7 @@ #include "fw/client-control-strategy.hpp" #include "strategy-tester.hpp" #include "tests/daemon/face/dummy-face.hpp" +#include <ndn-cxx/lp/tags.hpp> #include "tests/test-common.hpp"
diff --git a/tests/daemon/fw/forwarder.t.cpp b/tests/daemon/fw/forwarder.t.cpp index 85be529..497952a 100644 --- a/tests/daemon/fw/forwarder.t.cpp +++ b/tests/daemon/fw/forwarder.t.cpp
@@ -27,6 +27,7 @@ #include "tests/daemon/face/dummy-face.hpp" #include "dummy-strategy.hpp" #include "install-strategy.hpp" +#include <ndn-cxx/lp/tags.hpp> #include "tests/test-common.hpp"