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/nsync/sync-interest-table.h b/nsync/sync-interest-table.h index 4810c41..7064e4f 100644 --- a/nsync/sync-interest-table.h +++ b/nsync/sync-interest-table.h
@@ -23,7 +23,7 @@ #ifndef SYNC_INTEREST_TABLE_H #define SYNC_INTEREST_TABLE_H -#include <ndn-cpp-dev/util/scheduler.hpp> +#include <ndn-cxx/util/scheduler.hpp> #include <string> #include <vector>