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/logger.hpp b/core/logger.hpp index 907ce7e..01ab1e6 100644 --- a/core/logger.hpp +++ b/core/logger.hpp
@@ -26,7 +26,7 @@ #define NFD_CORE_LOGGER_HPP #include "common.hpp" -#include <ndn-cpp-dev/util/time.hpp> +#include <ndn-cxx/util/time.hpp> /// \todo use when we enable C++11 (see todo in now()) // #include <cinttypes>