1
0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2025-05-23 05:00:15 +00:00

fs: add missing mutex header for member ()

This commit is contained in:
liamwhite 2024-02-21 10:43:05 -05:00 committed by GitHub
parent 60fc6df407
commit 9e1a67b950
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -3,6 +3,7 @@
#pragma once
#include <mutex>
#include <optional>
#include "core/crypto/aes_util.h"