From c26e4ed3d5c0fa532356365bddd275fba04ae2c3 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 8 Jun 2024 08:23:17 +0200 Subject: compat: rename hash's source file only --- serialize/savegame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'serialize') diff --git a/serialize/savegame.cpp b/serialize/savegame.cpp index 024ff85a..693b098b 100644 --- a/serialize/savegame.cpp +++ b/serialize/savegame.cpp @@ -3,7 +3,7 @@ #include "compat/defs.hpp" #include "compat/non-const.hpp" #include "compat/strerror.hpp" -#include "compat/int-hash.hpp" +#include "compat/hash.hpp" #include "compat/exception.hpp" #include "src/ground-atlas.hpp" -- cgit v1.2.3