commit | a807e6530bccd2841d7d43278972b15ddf7923e1 | [log] [tgz] |
---|---|---|
author | Ilya Moiseenko <iliamo@ucla.edu> | Tue Jan 28 11:51:01 2014 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Jan 30 13:33:10 2014 -0800 |
tree | 3fc317ff7268e0e85be47b9daf759d1064f46e54 | |
parent | 7f02c1e1ec871e316ae289d57d6df6453005f00c [diff] [blame] |
core: Implementation of the logging module for NFD ref: #1113 Change-Id: Ifb958ace38610b154841aab4f317b2ea9fde46e9
diff --git a/daemon/common.hpp b/daemon/common.hpp index c377a65..fc37c02 100644 --- a/daemon/common.hpp +++ b/daemon/common.hpp
@@ -25,6 +25,8 @@ #include <list> #include <set> +#include "core/logger.hpp" + namespace nfd { using boost::noncopyable;