diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-10-28 17:43:20 +0100 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-10-28 17:43:20 +0100 |
commit | 96a63454957ef3bc6d70a413c0793771c5568ed0 (patch) | |
tree | ede5da2201a5f0484a3bef9d6d3e8b391d67b7f3 /src/allocator.h | |
parent | 524a62f2a2aa4b8b4515ff1f6b1addb8abdd4267 (diff) | |
download | lanes-96a63454957ef3bc6d70a413c0793771c5568ed0.tar.gz lanes-96a63454957ef3bc6d70a413c0793771c5568ed0.tar.bz2 lanes-96a63454957ef3bc6d70a413c0793771c5568ed0.zip |
Renamed compat.h → compat.hpp
Diffstat (limited to 'src/allocator.h')
-rw-r--r-- | src/allocator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/allocator.h b/src/allocator.h index 3f8ccc5..fa48c46 100644 --- a/src/allocator.h +++ b/src/allocator.h | |||
@@ -1,6 +1,6 @@ | |||
1 | #pragma once | 1 | #pragma once |
2 | 2 | ||
3 | #include "compat.h" | 3 | #include "compat.hpp" |
4 | 4 | ||
5 | // ################################################################################################# | 5 | // ################################################################################################# |
6 | 6 | ||