Add <filesystem> and <chrono> to pch.h

This commit is contained in:
Alexander Karatarakis 2017-01-27 14:37:14 -08:00
parent 6f363339d8
commit 9da07d4540
2 changed files with 3 additions and 1 deletions

View File

@ -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>

View File

@ -4,7 +4,6 @@
#include <vector>
#include <unordered_set>
#include "opt_bool.h"
#include "vcpkg_paths.h"
namespace vcpkg
{