commit | 42cea3a066b9dd34433b95c1d834eb11bc27006f | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Tue Jun 25 19:10:59 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Tue Jun 25 19:10:59 2013 -0700 |
tree | 2aa78f6b3d2a9510e1a8796cd2efea8ea7df3094 | |
parent | 79ba55cee45999b4c80dc672f69ff44c8ac714f1 [diff] [blame] |
Rename folder wire to encoding
diff --git a/ndn-cpp/fields/signature-sha256-with-rsa.cc b/ndn-cpp/fields/signature-sha256-with-rsa.cc index c84ef5a..c9c89ed 100644 --- a/ndn-cpp/fields/signature-sha256-with-rsa.cc +++ b/ndn-cpp/fields/signature-sha256-with-rsa.cc
@@ -9,7 +9,7 @@ */ #include "signature-sha256-with-rsa.h" -#include "ndn-cpp/wire/base.h" +#include "../encoding/base.h" namespace ndn { namespace signature {