commit | c8a10f762b1a94682f355d9f10ed6d8db56ad31f | [log] [tgz] |
---|---|---|
author | akmhoque <akmhoque@gmail.com> | Fri Apr 25 18:42:55 2014 -0500 |
committer | akmhoque <akmhoque@gmail.com> | Fri Apr 25 22:05:39 2014 -0500 |
tree | 03beb2d6807e64ce856b0c588387096ed5f95939 | |
parent | 0c21782b13b758a68dc2dd9662751206e6f015be [diff] [blame] |
build: == Dependency change == NLSR now depends on ndn-cxx library Refs: #1535 Change-Id: I4c7c0c3dcfcac6ee91648a46c07e426adbb5bd20
diff --git a/src/route/map.hpp b/src/route/map.hpp index 9c9e6e8..bdacd4d 100644 --- a/src/route/map.hpp +++ b/src/route/map.hpp
@@ -4,7 +4,7 @@ #include <iostream> #include <list> -#include <ndn-cpp-dev/face.hpp> +#include <ndn-cxx/face.hpp> namespace nlsr {