summaryrefslogtreecommitdiffhomepage
path: root/loader
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-06-08 08:23:17 +0200
committerStanislaw Halik <sthalik@misaki.pl>2024-06-08 10:39:37 +0200
commitc26e4ed3d5c0fa532356365bddd275fba04ae2c3 (patch)
treec2a2e00ea9d57016b3f52e0b2c7f4351858c0ebb /loader
parent39670daf26c4fbbfe9148dec30c9f0e075eff404 (diff)
compat: rename hash's source file only
Diffstat (limited to 'loader')
-rw-r--r--loader/atlas-loader-storage.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/atlas-loader-storage.hpp b/loader/atlas-loader-storage.hpp
index 1cc1e340..4406099e 100644
--- a/loader/atlas-loader-storage.hpp
+++ b/loader/atlas-loader-storage.hpp
@@ -1,5 +1,5 @@
#pragma once
-#include "compat/int-hash.hpp"
+#include "compat/hash.hpp"
#include "atlas-loader-fwd.hpp"
#include <cr/StringView.h>
#include <cr/Array.h>