diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-06-07 11:17:39 +0200 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-06-07 11:17:39 +0200 |
commit | 35d7a6bb691d7e0564cda324b3d724caf4901545 (patch) | |
tree | 6fd253c64157a3f4dcf44658d4932a9f260bf0e3 /src/lane.h | |
parent | 867a65c0046848bc5e6867ae76f16db293ba4101 (diff) | |
download | lanes-35d7a6bb691d7e0564cda324b3d724caf4901545.tar.gz lanes-35d7a6bb691d7e0564cda324b3d724caf4901545.tar.bz2 lanes-35d7a6bb691d7e0564cda324b3d724caf4901545.zip |
Use a precompiled header to speed up the build
Diffstat (limited to 'src/lane.h')
-rw-r--r-- | src/lane.h | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -4,13 +4,6 @@ | |||
4 | #include "uniquekey.h" | 4 | #include "uniquekey.h" |
5 | #include "universe.h" | 5 | #include "universe.h" |
6 | 6 | ||
7 | #include <chrono> | ||
8 | #include <condition_variable> | ||
9 | #include <latch> | ||
10 | #include <stop_token> | ||
11 | #include <string_view> | ||
12 | #include <thread> | ||
13 | |||
14 | // ################################################################################################# | 7 | // ################################################################################################# |
15 | 8 | ||
16 | // xxh64 of string "kExtendedStackTraceRegKey" generated at https://www.pelock.com/products/hash-calculator | 9 | // xxh64 of string "kExtendedStackTraceRegKey" generated at https://www.pelock.com/products/hash-calculator |