commit | b3c4776781ad17e9345f839091a74d6ec7c75c3f | [log] [tgz] |
---|---|---|
author | Yingdi Yu <yuyingdi@gmail.com> | Sun Mar 20 19:37:27 2016 -0700 |
committer | Yingdi Yu <yuyingdi@gmail.com> | Sun Mar 20 19:37:40 2016 -0700 |
tree | 745bfbd225a7a61b7e16445e416bd9ff05f4e685 | |
parent | 0a6663a92c0356c5345b90f5c86848cb70c2c3f9 [diff] [blame] |
build fix, relative path Change-Id: I976a3dec39669a308596acbfc2366c402ee0fb05
diff --git a/src/algo/encryptor.hpp b/src/algo/encryptor.hpp index ceda667..04556b9 100644 --- a/src/algo/encryptor.hpp +++ b/src/algo/encryptor.hpp
@@ -21,7 +21,7 @@ #define NDN_ENCRYPTOR_HPP #include <ndn-cxx/data.hpp> -#include "algo/encrypt-params.hpp" +#include "encrypt-params.hpp" namespace ndn { namespace gep {