commit | 17882b454ea9fd41b15a020603cc3b71a3d61a30 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Fri Aug 23 16:23:22 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Fri Aug 23 16:23:22 2013 -0700 |
tree | 5527af732531203a8e21bbd1f9de8856af711ce9 | |
parent | 3af7e798178321a0a06feed9ca924b285d79c004 [diff] [blame] |
Use relative paths for local includes.
diff --git a/tests/test-encode-decode-data.cpp b/tests/test-encode-decode-data.cpp index 39ec4f1..ad10650 100644 --- a/tests/test-encode-decode-data.cpp +++ b/tests/test-encode-decode-data.cpp
@@ -7,8 +7,8 @@ #include <sstream> #include <iostream> #include <time.h> -#include <ndn-cpp/data.hpp> -#include <ndn-cpp/key-chain.hpp> +#include "../ndn-cpp/data.hpp" +#include "../ndn-cpp/key-chain.hpp" using namespace std; using namespace ndn;