diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-01-27 14:37:14 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-01-30 21:52:42 -0800 |
| commit | 9da07d4540c0c0bb34fedad649e4e2d5a75bbf09 (patch) | |
| tree | a728b7f5ce18d73af2faa2cb4028e57bcc990233 /toolsrc | |
| parent | 6f363339d8eb5cd8c7a2dd83787af3a34ff0eb4b (diff) | |
| download | vcpkg-9da07d4540c0c0bb34fedad649e4e2d5a75bbf09.tar.gz vcpkg-9da07d4540c0c0bb34fedad649e4e2d5a75bbf09.zip | |
Add <filesystem> and <chrono> to pch.h
Diffstat (limited to 'toolsrc')
| -rw-r--r-- | toolsrc/include/pch.h | 3 | ||||
| -rw-r--r-- | toolsrc/include/vcpkg_cmd_arguments.h | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/toolsrc/include/pch.h b/toolsrc/include/pch.h index 2c8b5b5f7..56f24f161 100644 --- a/toolsrc/include/pch.h +++ b/toolsrc/include/pch.h @@ -21,6 +21,7 @@ #include <string> #include <regex> +#include <filesystem> #include <iostream> #include <fstream> #include <memory> @@ -34,6 +35,8 @@ #include <cstdarg> #include <codecvt> #include <cctype> +#include <cstdint> #include <sys/timeb.h> #include <time.h> +#include <chrono> diff --git a/toolsrc/include/vcpkg_cmd_arguments.h b/toolsrc/include/vcpkg_cmd_arguments.h index 2194e6d2c..8ace98586 100644 --- a/toolsrc/include/vcpkg_cmd_arguments.h +++ b/toolsrc/include/vcpkg_cmd_arguments.h @@ -4,7 +4,6 @@ #include <vector> #include <unordered_set> #include "opt_bool.h" -#include "vcpkg_paths.h" namespace vcpkg { |
