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] [blame] |
daemon+rib: add proper #include line for NDNLPv2 tags refs #3755 Change-Id: I3ab279405aca7c7139e8d0e8e662eb3ea7200045
diff --git a/tests/daemon/table/cs.t.cpp b/tests/daemon/table/cs.t.cpp index a4c5d74..8c9bbf5 100644 --- a/tests/daemon/table/cs.t.cpp +++ b/tests/daemon/table/cs.t.cpp
@@ -24,6 +24,7 @@ */ #include "table/cs.hpp" +#include <ndn-cxx/lp/tags.hpp> #include <ndn-cxx/util/crypto.hpp> #include "tests/test-common.hpp"