diff options
| author | Alexander Kaspar <alexander.kaspar@gmail.com> | 2016-12-01 08:59:01 +0100 |
|---|---|---|
| committer | Alexander Kaspar <alexander.kaspar@gmail.com> | 2016-12-01 08:59:01 +0100 |
| commit | 7f9353dd9541ca15ebefa66e531e4bac4ad7c871 (patch) | |
| tree | d1775b00285b0583c71163b3d219f9c539536399 /toolsrc/src/metrics.cpp | |
| parent | 5a04753a4a99a6210990b25e8773b86ccbffec0b (diff) | |
| parent | 223e7f970d30d3d97e64af3d1970d52cc0ddaaf5 (diff) | |
| download | vcpkg-7f9353dd9541ca15ebefa66e531e4bac4ad7c871.tar.gz vcpkg-7f9353dd9541ca15ebefa66e531e4bac4ad7c871.zip | |
Merge branch 'master' of https://github.com/Microsoft/vcpkg into qca
Diffstat (limited to 'toolsrc/src/metrics.cpp')
| -rw-r--r-- | toolsrc/src/metrics.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/toolsrc/src/metrics.cpp b/toolsrc/src/metrics.cpp index ada065fd6..23962bcfe 100644 --- a/toolsrc/src/metrics.cpp +++ b/toolsrc/src/metrics.cpp @@ -10,12 +10,10 @@ #include <Windows.h> #include <winhttp.h> #include <fstream> -#include <filesystem> +#include "filesystem_fs.h" #include "vcpkg_Strings.h" #include "vcpkg_System.h" -namespace fs = std::tr2::sys; - namespace vcpkg { static std::string GetCurrentDateTime() |
