summaryrefslogtreecommitdiffstats
path: root/src/core/crypto/aes_util.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-08-04 22:41:17 +0200
committerLioncash <mathew1800@gmail.com>2018-08-04 22:44:07 +0200
commit8da651ac4d25fbb48f77b8331b61f3cfa26e8f2c (patch)
tree684235ba6a8883bad70e2a249c03c04130361816 /src/core/crypto/aes_util.h
parentkey_manager: Use regular std::string instead of std::string_view (diff)
downloadyuzu-8da651ac4d25fbb48f77b8331b61f3cfa26e8f2c.tar
yuzu-8da651ac4d25fbb48f77b8331b61f3cfa26e8f2c.tar.gz
yuzu-8da651ac4d25fbb48f77b8331b61f3cfa26e8f2c.tar.bz2
yuzu-8da651ac4d25fbb48f77b8331b61f3cfa26e8f2c.tar.lz
yuzu-8da651ac4d25fbb48f77b8331b61f3cfa26e8f2c.tar.xz
yuzu-8da651ac4d25fbb48f77b8331b61f3cfa26e8f2c.tar.zst
yuzu-8da651ac4d25fbb48f77b8331b61f3cfa26e8f2c.zip
Diffstat (limited to 'src/core/crypto/aes_util.h')
-rw-r--r--src/core/crypto/aes_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/crypto/aes_util.h b/src/core/crypto/aes_util.h
index 5b0b02738..81fa0d73f 100644
--- a/src/core/crypto/aes_util.h
+++ b/src/core/crypto/aes_util.h
@@ -7,7 +7,7 @@
#include <memory>
#include <type_traits>
#include <vector>
-#include "common/assert.h"
+#include "common/common_types.h"
#include "core/file_sys/vfs.h"
namespace Core::Crypto {