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"