diff options
| author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-03-27 11:23:24 +0100 |
|---|---|---|
| committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-03-27 11:23:24 +0100 |
| commit | 1f78ae279b397419b34a3efb8ac439df8a4d3732 (patch) | |
| tree | 903bdd2f0a7c0bccde8a9fd83b9c30cd2f66fe6b /src | |
| parent | 9bf3d52afd77e965c1ed2e9ff2428c2b98f1bdcd (diff) | |
| download | lanes-1f78ae279b397419b34a3efb8ac439df8a4d3732.tar.gz lanes-1f78ae279b397419b34a3efb8ac439df8a4d3732.tar.bz2 lanes-1f78ae279b397419b34a3efb8ac439df8a4d3732.zip | |
C++ migration: buildfix for pre-5.4 Lua targets
Diffstat (limited to 'src')
| -rw-r--r-- | src/universe.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/universe.h b/src/universe.h index 04c92ca..a31e6c2 100644 --- a/src/universe.h +++ b/src/universe.h | |||
| @@ -8,6 +8,7 @@ extern "C" { | |||
| 8 | } | 8 | } |
| 9 | #endif // __cplusplus | 9 | #endif // __cplusplus |
| 10 | 10 | ||
| 11 | #include "compat.h" | ||
| 11 | #include "macros_and_utils.h" | 12 | #include "macros_and_utils.h" |
| 12 | 13 | ||
| 13 | #include <mutex> | 14 | #include <mutex> |
