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/mgmt/face-manager-update-face.t.cpp b/tests/daemon/mgmt/face-manager-update-face.t.cpp index 68ac36a..df1f97f 100644 --- a/tests/daemon/mgmt/face-manager-update-face.t.cpp +++ b/tests/daemon/mgmt/face-manager-update-face.t.cpp
@@ -25,6 +25,7 @@ #include "face-manager-command-fixture.hpp" #include "nfd-manager-common-fixture.hpp" +#include <ndn-cxx/lp/tags.hpp> namespace nfd { namespace tests {