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/core/scheduler.hpp b/core/scheduler.hpp index f275c69..c674429 100644 --- a/core/scheduler.hpp +++ b/core/scheduler.hpp
@@ -26,7 +26,7 @@ #define NFD_CORE_SCHEDULER_HPP #include "common.hpp" -#include <ndn-cpp-dev/util/scheduler.hpp> +#include <ndn-cxx/util/scheduler.hpp> namespace nfd { namespace scheduler {