ndnboost: Include boost::iostreams for internal use.
diff --git a/include/ndnboost/filesystem.hpp b/include/ndnboost/filesystem.hpp
new file mode 100644
index 0000000..b0f5509
--- /dev/null
+++ b/include/ndnboost/filesystem.hpp
@@ -0,0 +1,20 @@
+// ndnboost/filesystem.hpp --------------------------------------------------------------//
+
+// Copyright Beman Dawes 2010
+
+// Distributed under the Boost Software License, Version 1.0.
+// See http://www.boost.org/LICENSE_1_0.txt
+
+// Library home page: http://www.boost.org/libs/filesystem
+
+//--------------------------------------------------------------------------------------//
+
+#ifndef NDNBOOST_FILESYSTEM_FILESYSTEM_HPP
+#define NDNBOOST_FILESYSTEM_FILESYSTEM_HPP
+
+# include <ndnboost/filesystem/config.hpp>
+# include <ndnboost/filesystem/path.hpp>
+# include <ndnboost/filesystem/operations.hpp>
+# include <ndnboost/filesystem/convenience.hpp>
+
+#endif // NDNBOOST_FILESYSTEM_FILESYSTEM_HPP