diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-11-29 18:08:53 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-11-30 13:38:42 -0800 |
| commit | 0042316c4b57cf91ded8e474a8dda354340e7381 (patch) | |
| tree | b328767cab72afa547e9d06c5662f56fc5cfac21 /toolsrc/include/vcpkg_System.h | |
| parent | 5815a102389e84fd1bc6a6d7865ab0459d7c7a9f (diff) | |
| download | vcpkg-0042316c4b57cf91ded8e474a8dda354340e7381.tar.gz vcpkg-0042316c4b57cf91ded8e474a8dda354340e7381.zip | |
Introduce filesystem_fs.h
Diffstat (limited to 'toolsrc/include/vcpkg_System.h')
| -rw-r--r-- | toolsrc/include/vcpkg_System.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/toolsrc/include/vcpkg_System.h b/toolsrc/include/vcpkg_System.h index c420464c1..e059bde0a 100644 --- a/toolsrc/include/vcpkg_System.h +++ b/toolsrc/include/vcpkg_System.h @@ -1,12 +1,11 @@ #pragma once #include "vcpkg_Strings.h" - -#include <filesystem> +#include "filesystem_fs.h" namespace vcpkg {namespace System { - std::tr2::sys::path get_exe_path_of_current_process(); + fs::path get_exe_path_of_current_process(); struct exit_code_and_output { |
