summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Zach Hilman2018-07-28 14:28:14 -0400
committerGravatar Zach Hilman2018-08-01 00:16:54 -0400
commitc54a10cb4f9912aa0827b8a1b007757252fc90ae (patch)
tree4e927ba554a3d8fb2421b589d171c5251133ed54 /src
parentRemove files that are not used (diff)
downloadyuzu-c54a10cb4f9912aa0827b8a1b007757252fc90ae.tar.gz
yuzu-c54a10cb4f9912aa0827b8a1b007757252fc90ae.tar.xz
yuzu-c54a10cb4f9912aa0827b8a1b007757252fc90ae.zip
Update mbedtls and fix compile error
Diffstat (limited to 'src')
-rw-r--r--src/core/crypto/key_manager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/crypto/key_manager.h b/src/core/crypto/key_manager.h
index 155989e46..b892a83f2 100644
--- a/src/core/crypto/key_manager.h
+++ b/src/core/crypto/key_manager.h
@@ -6,6 +6,7 @@
6#include <array> 6#include <array>
7#include <unordered_map> 7#include <unordered_map>
8#include <vector> 8#include <vector>
9#include <fmt/format.h>
9#include "common/common_types.h" 10#include "common/common_types.h"
10 11
11namespace Crypto { 12namespace Crypto {