commit | b09fcc17d3ac715bc29b78e3952d12a091bad27f | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Thu Aug 22 10:37:10 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Thu Aug 22 10:37:10 2013 -0700 |
tree | 5866261592e6293839e10674d43d7c046292ab4a | |
parent | 2e6269caf4168d43a794fdb957a4542400faffa8 [diff] [blame] |
Fix typo for include node.hpp
diff --git a/ndn-cpp/node.cpp b/ndn-cpp/node.cpp index 8a46384..b5d61d9 100644 --- a/ndn-cpp/node.cpp +++ b/ndn-cpp/node.cpp
@@ -7,7 +7,7 @@ #include "encoding/binary-xml-decoder.hpp" #include "c/encoding/binary-xml.h" #include "data.hpp" -#include "Node.hpp" +#include "node.hpp" using namespace std; using namespace ndn::ptr_lib;