diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-05-16 22:59:09 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-05-16 22:59:09 +0200 |
commit | e7e70233405a523cfe75536ac5819cbb8cfb5f17 (patch) | |
tree | f3926c4e264a5a0be930891ce0c4e306128c4fe6 /asl/memory/allocator.cpp | |
parent | f7a2699ac0cbb2824862439a72f23013436484de (diff) |
Fix build on Linux
Diffstat (limited to 'asl/memory/allocator.cpp')
-rw-r--r-- | asl/memory/allocator.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/asl/memory/allocator.cpp b/asl/memory/allocator.cpp index 077b539..f0cf758 100644 --- a/asl/memory/allocator.cpp +++ b/asl/memory/allocator.cpp @@ -4,6 +4,7 @@ #include "asl/memory/allocator.hpp" #include "asl/base/assert.hpp" +#include "asl/base/numeric.hpp" #include "asl/memory/layout.hpp" #include <cstdlib> |