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;