From ed3ae7c7d2ca1eb440c5ac0543bac0437caf5967 Mon Sep 17 00:00:00 2001 From: pineappleEA Date: Sun, 26 Mar 2023 22:25:34 +0200 Subject: [PATCH] early-access version 3478 --- README.md | 2 +- src/common/container_hash.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6de52b1b3..ffbc58749 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ yuzu emulator early access ============= -This is the source code for early-access 3477. +This is the source code for early-access 3478. ## Legal Notice diff --git a/src/common/container_hash.h b/src/common/container_hash.h index cfc5dfea8..a5e357745 100755 --- a/src/common/container_hash.h +++ b/src/common/container_hash.h @@ -3,6 +3,7 @@ // SPDX-License-Identifier: BSL-1.0 #include +#include #include #include #include