aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-02-16 15:40:22 -0800
committerRobert Schumacher <roschuma@microsoft.com>2018-02-16 15:40:22 -0800
commit452c8ba1ff4c06e5cf7b2f2c4ff449eaefb83f79 (patch)
tree9dd40ebd16afc6316aad31c8ad2ea566a22a0c60 /toolsrc/include
parent72bc3647b61ad3e8df8d1e620daa7d919b5241d6 (diff)
downloadvcpkg-452c8ba1ff4c06e5cf7b2f2c4ff449eaefb83f79.tar.gz
vcpkg-452c8ba1ff4c06e5cf7b2f2c4ff449eaefb83f79.zip
[vcpkg] Avoid using s::status_known() -- it does not do what you think it does
Diffstat (limited to 'toolsrc/include')
-rw-r--r--toolsrc/include/vcpkg/base/files.h1
1 files changed, 1 insertions, 0 deletions
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;