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/uniquekey.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/uniquekey.h')
-rw-r--r-- | src/uniquekey.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uniquekey.h b/src/uniquekey.h index ddc157b..693a27a 100644 --- a/src/uniquekey.h +++ b/src/uniquekey.h | |||
@@ -1,6 +1,6 @@ | |||
1 | #pragma once | 1 | #pragma once |
2 | 2 | ||
3 | #include "compat.h" | 3 | #include "compat.hpp" |
4 | #include "macros_and_utils.h" | 4 | #include "macros_and_utils.h" |
5 | 5 | ||
6 | // ################################################################################################# | 6 | // ################################################################################################# |