diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-06-18 14:06:07 +0200 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-06-18 14:06:07 +0200 |
commit | 271ce5cff2b5e9c1e4d4f236c731ceb263716681 (patch) | |
tree | f26ae0570b0442938fbe08ca4542e8ca8f92504a /src/allocator.h | |
parent | 6b6e7827362b3d56cd588a76ef9d3bd6baec52f1 (diff) | |
download | lanes-271ce5cff2b5e9c1e4d4f236c731ceb263716681.tar.gz lanes-271ce5cff2b5e9c1e4d4f236c731ceb263716681.tar.bz2 lanes-271ce5cff2b5e9c1e4d4f236c731ceb263716681.zip |
Give a chance to config.allocator to provide a specific allocator for internal stuff
Diffstat (limited to 'src/allocator.h')
-rw-r--r-- | src/allocator.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/allocator.h b/src/allocator.h index e09ab38..0505251 100644 --- a/src/allocator.h +++ b/src/allocator.h | |||
@@ -1,5 +1,7 @@ | |||
1 | #pragma once | 1 | #pragma once |
2 | 2 | ||
3 | #include "compat.h" | ||
4 | |||
3 | // ################################################################################################# | 5 | // ################################################################################################# |
4 | 6 | ||
5 | namespace lanes { | 7 | namespace lanes { |