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-interest.cpp b/tests/test-encode-decode-interest.cpp index 5f26114..26d8269 100644 --- a/tests/test-encode-decode-interest.cpp +++ b/tests/test-encode-decode-interest.cpp
@@ -6,7 +6,7 @@ #include <cstdlib> #include <sstream> #include <iostream> -#include <ndn-cpp/interest.hpp> +#include "../ndn-cpp/interest.hpp" using namespace std; using namespace ndn;