Skip to content
Permalink
Browse files
Merge pull request #9091 from shuffle2/pch
Add some files to pch
  • Loading branch information
leoetlino committed Oct 29, 2020
2 parents fe727ed + fc88809 commit 650638c
Showing 1 changed file with 8 additions and 0 deletions.
@@ -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

0 comments on commit 650638c

Please sign in to comment.