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/universe.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/universe.cpp')
-rw-r--r-- | src/universe.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/universe.cpp b/src/universe.cpp index b4d54b2..116c8e3 100644 --- a/src/universe.cpp +++ b/src/universe.cpp | |||
@@ -28,6 +28,7 @@ THE SOFTWARE. | |||
28 | =============================================================================== | 28 | =============================================================================== |
29 | */ | 29 | */ |
30 | 30 | ||
31 | #include "_pch.h" | ||
31 | #include "universe.h" | 32 | #include "universe.h" |
32 | 33 | ||
33 | #include "deep.h" | 34 | #include "deep.h" |
@@ -36,8 +37,6 @@ THE SOFTWARE. | |||
36 | #include "lane.h" | 37 | #include "lane.h" |
37 | #include "state.h" | 38 | #include "state.h" |
38 | 39 | ||
39 | #include <ranges> | ||
40 | |||
41 | extern LUAG_FUNC(linda); | 40 | extern LUAG_FUNC(linda); |
42 | 41 | ||
43 | // ################################################################################################# | 42 | // ################################################################################################# |