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 {