commit | 6df6125913a3d8dcf106b3e8f2b44d83deffa5cc | [log] [tgz] |
---|---|---|
author | Yingdi Yu <yuyingdi@gmail.com> | Tue Jan 21 11:05:11 2014 -0800 |
committer | Yingdi Yu <yuyingdi@gmail.com> | Wed Feb 05 19:35:33 2014 -0800 |
tree | 5485f9a0a26e6f660b9ca6f7ba09d0e8bc74ac1e | |
parent | 7630f641e7267492afd2314238ff255f82ee4f62 [diff] [blame] |
compile: Change includes and wscript to compile against ndn-cpp-dev Change-Id: Ie51f5377690ccaf1fd3ffe90df68ce3f537b029d
diff --git a/src/contact-item.h b/src/contact-item.h index 238f647..4442ada 100644 --- a/src/contact-item.h +++ b/src/contact-item.h
@@ -11,7 +11,7 @@ #ifndef LINKNDN_CONTACT_ITEM_H #define LINKNDN_CONTACT_ITEM_H -#include <ndn-cpp/data.hpp> +#include <ndn-cpp-dev/data.hpp> #include <ndn-cpp-et/regex/regex.hpp> #include <vector> #include "endorse-certificate.h"