aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include/pch.h
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-01-27 14:37:14 -0800
committerAlexander Karatarakis <alkarata@microsoft.com>2017-01-30 21:52:42 -0800
commit9da07d4540c0c0bb34fedad649e4e2d5a75bbf09 (patch)
treea728b7f5ce18d73af2faa2cb4028e57bcc990233 /toolsrc/include/pch.h
parent6f363339d8eb5cd8c7a2dd83787af3a34ff0eb4b (diff)
downloadvcpkg-9da07d4540c0c0bb34fedad649e4e2d5a75bbf09.tar.gz
vcpkg-9da07d4540c0c0bb34fedad649e4e2d5a75bbf09.zip
Add <filesystem> and <chrono> to pch.h
Diffstat (limited to 'toolsrc/include/pch.h')
-rw-r--r--toolsrc/include/pch.h3
1 files changed, 3 insertions, 0 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>