commit | 44929d0629a42bcb642f9ccc332a1198a4c987f4 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Wed Dec 11 16:51:10 2013 -0800 |
committer | Jeff Thompson <jefft0@gmail.com> | Wed Dec 11 16:51:10 2013 -0800 |
tree | b843c300260d35e0c26c42a3241515ffd2b2abfc | |
parent | 3e88fa39da7434986ad1e8844d1a0e6805269955 [diff] |
util: Fix typo on logging.hpp for include common.hpp.
diff --git a/src/util/logging.hpp b/src/util/logging.hpp index b668133..ab99010 100644 --- a/src/util/logging.hpp +++ b/src/util/logging.hpp
@@ -9,7 +9,7 @@ #ifndef NDN_LOGGING_HPP #define NDN_LOGGING_HPP -#include <ndn-cpp//common.hpp> +#include <ndn-cpp/common.hpp> #ifdef NDN_CPP_HAVE_LOG4CXX