From 452c8ba1ff4c06e5cf7b2f2c4ff449eaefb83f79 Mon Sep 17 00:00:00 2001 From: Robert Schumacher Date: Fri, 16 Feb 2018 15:40:22 -0800 Subject: [vcpkg] Avoid using s::status_known() -- it does not do what you think it does --- toolsrc/include/vcpkg/base/files.h | 1 + 1 file changed, 1 insertion(+) (limited to 'toolsrc/include') diff --git a/toolsrc/include/vcpkg/base/files.h b/toolsrc/include/vcpkg/base/files.h index 51a12ceba..9bdc0aa4b 100644 --- a/toolsrc/include/vcpkg/base/files.h +++ b/toolsrc/include/vcpkg/base/files.h @@ -14,6 +14,7 @@ namespace fs using stdfs::copy_options; using stdfs::file_status; + using stdfs::file_type; using stdfs::path; using stdfs::u8path; -- cgit v1.2.3