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 {