build: build with BOOST_FILESYSTEM_NO_DEPRECATED

Change-Id: I8d49dc03bd052c04c00b71f7ccf02cab79e64b7c
diff --git a/tests/test-home-fixture.hpp b/tests/test-home-fixture.hpp
index af5e839..3d4f056 100644
--- a/tests/test-home-fixture.hpp
+++ b/tests/test-home-fixture.hpp
@@ -29,7 +29,8 @@
 #include <initializer_list>
 
 #include <boost/algorithm/string/replace.hpp>
-#include <boost/filesystem.hpp>
+#include <boost/filesystem/operations.hpp>
+#include <boost/filesystem/path.hpp>
 
 namespace ndn {
 namespace tests {