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/threading.cpp | |
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/threading.cpp')
-rw-r--r-- | src/threading.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/threading.cpp b/src/threading.cpp index 43bd107..ebac0da 100644 --- a/src/threading.cpp +++ b/src/threading.cpp | |||
@@ -34,6 +34,8 @@ THE SOFTWARE. | |||
34 | 34 | ||
35 | =============================================================================== | 35 | =============================================================================== |
36 | */ | 36 | */ |
37 | #include "_pch.h" | ||
38 | |||
37 | #if defined(__linux__) | 39 | #if defined(__linux__) |
38 | 40 | ||
39 | #ifndef _GNU_SOURCE // definition by the makefile can cause a redefinition error | 41 | #ifndef _GNU_SOURCE // definition by the makefile can cause a redefinition error |