aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include/vcpkg_System.h
diff options
context:
space:
mode:
authorAlexander Kaspar <alexander.kaspar@gmail.com>2016-12-01 08:59:01 +0100
committerAlexander Kaspar <alexander.kaspar@gmail.com>2016-12-01 08:59:01 +0100
commit7f9353dd9541ca15ebefa66e531e4bac4ad7c871 (patch)
treed1775b00285b0583c71163b3d219f9c539536399 /toolsrc/include/vcpkg_System.h
parent5a04753a4a99a6210990b25e8773b86ccbffec0b (diff)
parent223e7f970d30d3d97e64af3d1970d52cc0ddaaf5 (diff)
downloadvcpkg-7f9353dd9541ca15ebefa66e531e4bac4ad7c871.tar.gz
vcpkg-7f9353dd9541ca15ebefa66e531e4bac4ad7c871.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.h5
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
{