Explorar o código

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

liamwhite %!s(int64=2) %!d(string=hai) anos
pai
achega
9e1a67b950
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/core/file_sys/fssystem/fssystem_aes_xts_storage.h

+ 1 - 0
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"