commit | 2e6269caf4168d43a794fdb957a4542400faffa8 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Thu Aug 22 10:36:00 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Thu Aug 22 10:36:00 2013 -0700 |
tree | 27b4d6418ff87a2ea16f3e0a26320fcc63bc8ce1 | |
parent | 6cd5931b81fb62dc2073fdb3664dcb3bd832c9ee [diff] [blame] |
Fix typo for inlcude name.hpp
diff --git a/ndn-cpp/key.hpp b/ndn-cpp/key.hpp index 7980fab..6cf2a1b 100644 --- a/ndn-cpp/key.hpp +++ b/ndn-cpp/key.hpp
@@ -8,7 +8,7 @@ #include <vector> #include "c/key.h" -#include "Name.hpp" +#include "name.hpp" namespace ndn {