Use relative paths for local includes.
diff --git a/tests/test-get-async.cpp b/tests/test-get-async.cpp
index 901c70e..da02c81 100644
--- a/tests/test-get-async.cpp
+++ b/tests/test-get-async.cpp
@@ -6,9 +6,7 @@
 #include <cstdlib>
 #include <sstream>
 #include <iostream>
-#include <ndn-cpp/interest.hpp>
-#include <ndn-cpp/data.hpp>
-#include <ndn-cpp/face.hpp>
+#include "../ndn-cpp/face.hpp"
 
 using namespace std;
 using namespace ndn;