summaryrefslogtreecommitdiff
path: root/src/core/crypto
diff options
context:
space:
mode:
authorGravatar ameerj2021-11-03 21:31:09 -0400
committerGravatar ameerj2021-11-03 21:42:58 -0400
commitb275f2e475e4e2eaa34225ed3c3cd247150e1ba0 (patch)
treee45d7faff9f1ad1fcc1c32ac9b4f7fe93db9530e /src/core/crypto
parentcore: Remove unused includes (diff)
downloadyuzu-b275f2e475e4e2eaa34225ed3c3cd247150e1ba0.tar.gz
yuzu-b275f2e475e4e2eaa34225ed3c3cd247150e1ba0.tar.xz
yuzu-b275f2e475e4e2eaa34225ed3c3cd247150e1ba0.zip
core: Fix transitive include build errors
Diffstat (limited to 'src/core/crypto')
-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 8323cb789..ac1eb8962 100644
--- a/src/core/crypto/key_manager.h
+++ b/src/core/crypto/key_manager.h
@@ -5,6 +5,7 @@
5#pragma once 5#pragma once
6 6
7#include <array> 7#include <array>
8#include <filesystem>
8#include <map> 9#include <map>
9#include <optional> 10#include <optional>
10#include <string> 11#include <string>