mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-12-02 13:33:39 +08:00
11 lines
118 B
C++
11 lines
118 B
C++
#pragma once
|
|
|
|
#include "fs_path.hpp"
|
|
|
|
#include <vector>
|
|
|
|
namespace fs
|
|
{
|
|
typedef std::vector<fs::Path> PathVector;
|
|
}
|