commit | 94a356e5cb82762b20bd536df91c68488814f350 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun Jan 12 18:48:06 2014 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun Jan 12 18:49:06 2014 -0800 |
tree | 0099dc458c2d93290b120b5ae46ed41bf355d39f | |
parent | f7f878ce78ebf71491a013acb9ae511f88e7a229 [diff] [blame] |
c/util: Making util/crypto.h a public header Change-Id: Ie63d3b5b206ae7e027e11077b6c0a039ed75eb92
diff --git a/tests/test-encode-decode-benchmark.cpp b/tests/test-encode-decode-benchmark.cpp index ad2c40a..f68502d 100644 --- a/tests/test-encode-decode-benchmark.cpp +++ b/tests/test-encode-decode-benchmark.cpp
@@ -20,7 +20,7 @@ #include "../src/c/encoding/binary-xml-decoder.h" #include "../src/c/data.h" #include "../src/c/encoding/binary-xml-data.h" -#include "../src/c/util/crypto.h" +#include <ndn-cpp/c/util/crypto.h> using namespace std; using namespace ndn;