diff options
| author | Alexander Kaspar <alexander.kaspar@gmail.com> | 2016-12-01 14:59:39 +0100 |
|---|---|---|
| committer | Alexander Kaspar <alexander.kaspar@gmail.com> | 2016-12-01 14:59:39 +0100 |
| commit | cb280e48a845acc75e696433f3ec8ee7547d6fe7 (patch) | |
| tree | 81b304241684e2ee6cf6a7844bcb17176cfc9ed0 /toolsrc/include/vcpkg_System.h | |
| parent | 03cdf1dc97f05b7fc290c6c6eac1306aae1605ba (diff) | |
| parent | 79399923b6cd98b9e77020615e433ef0560d5dc2 (diff) | |
| download | vcpkg-cb280e48a845acc75e696433f3ec8ee7547d6fe7.tar.gz vcpkg-cb280e48a845acc75e696433f3ec8ee7547d6fe7.zip | |
Merge branch 'master' of https://github.com/Microsoft/vcpkg into qca
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 { |
