commit | 4a771368949db5e0bf824cd60ed0a9af9d5d67c5 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Apr 24 21:29:33 2014 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Apr 25 10:09:23 2014 -0700 |
tree | 2ca79432a0dc71a8a20adbe442050fd16195daa5 | |
parent | 5d2820dfc5adaf18e995d38db05719289ee988dc [diff] [blame] |
build: == Dependency change == NFD now depends on ndn-cxx library Change-Id: Ia9dd324a536573b5ac4fe1b73d82af772dc84923 Refs: #1536
diff --git a/tests/daemon/mgmt/fib-enumeration-publisher-common.hpp b/tests/daemon/mgmt/fib-enumeration-publisher-common.hpp index 6befe54..d972d79 100644 --- a/tests/daemon/mgmt/fib-enumeration-publisher-common.hpp +++ b/tests/daemon/mgmt/fib-enumeration-publisher-common.hpp
@@ -35,7 +35,7 @@ #include "tests/test-common.hpp" #include "../face/dummy-face.hpp" -#include <ndn-cpp-dev/encoding/tlv.hpp> +#include <ndn-cxx/encoding/tlv.hpp> namespace nfd { namespace tests {