Merge pull request #9091 from shuffle2/pch

Add some files to pch
This commit is contained in:
Léo Lam 2020-10-29 21:29:28 +01:00 committed by GitHub
commit 650638c069
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -44,12 +44,17 @@
#include <execinfo.h>
#endif
#include <fcntl.h>
#include <filesystem>
#include <float.h>
#include <fmt/format.h>
#include <fstream>
#include <functional>
#ifndef _WIN32
#include <getopt.h>
#endif
#if defined _WIN32 && defined _M_X86_64
#include <intrin.h>
#endif
#include <iomanip>
#include <iostream>
#include <limits.h>
@ -62,6 +67,7 @@
#include <memory>
#include <mutex>
#include <numeric>
#include <optional>
#ifndef _WIN32
#include <pthread.h>
#endif
@ -75,6 +81,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <string_view>
#include <thread>
#include <time.h>
#include <type_traits>
@ -84,6 +91,7 @@
#include <unordered_map>
#include <unordered_set>
#include <utility>
#include <variant>
#include <vector>
#ifdef _WIN32