mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 22:39:08 +08:00
5 lines
66 B
C
5 lines
66 B
C
|
#pragma once
|
||
|
|
||
|
#include <filesystem>
|
||
|
|
||
|
namespace fs = std::tr2::sys;
|