aboutsummaryrefslogtreecommitdiff
path: root/src/uniquekey.h
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-10-28 17:43:20 +0100
committerBenoit Germain <benoit.germain@ubisoft.com>2024-10-28 17:43:20 +0100
commit96a63454957ef3bc6d70a413c0793771c5568ed0 (patch)
treeede5da2201a5f0484a3bef9d6d3e8b391d67b7f3 /src/uniquekey.h
parent524a62f2a2aa4b8b4515ff1f6b1addb8abdd4267 (diff)
downloadlanes-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.h2
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// #################################################################################################