mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 12:58:59 +08:00
Add <filesystem> and <chrono> to pch.h
This commit is contained in:
parent
6f363339d8
commit
9da07d4540
@ -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>
|
||||
|
@ -4,7 +4,6 @@
|
||||
#include <vector>
|
||||
#include <unordered_set>
|
||||
#include "opt_bool.h"
|
||||
#include "vcpkg_paths.h"
|
||||
|
||||
namespace vcpkg
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user