4b0c2077创建于 2025年3月26日历史提交
#pragma once

#include "fs_path.hpp"

#include <vector>

namespace fs
{
  typedef std::vector<fs::Path> PathVector;
}