Browse Source

fs: add missing mutex header for member (#13106)

pull/15/merge
liamwhite 2 years ago
committed by GitHub
parent
commit
9e1a67b950
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      src/core/file_sys/fssystem/fssystem_aes_xts_storage.h

1
src/core/file_sys/fssystem/fssystem_aes_xts_storage.h

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

Loading…
Cancel
Save