summaryrefslogtreecommitdiff
path: root/src/core/crypto/key_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/crypto/key_manager.h')
-rw-r--r--src/core/crypto/key_manager.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/core/crypto/key_manager.h b/src/core/crypto/key_manager.h
index ac1eb8962..34ea5bbd4 100644
--- a/src/core/crypto/key_manager.h
+++ b/src/core/crypto/key_manager.h
@@ -5,7 +5,6 @@
5#pragma once 5#pragma once
6 6
7#include <array> 7#include <array>
8#include <filesystem>
9#include <map> 8#include <map>
10#include <optional> 9#include <optional>
11#include <string> 10#include <string>
@@ -16,6 +15,10 @@
16#include "common/common_types.h" 15#include "common/common_types.h"
17#include "core/crypto/partition_data_manager.h" 16#include "core/crypto/partition_data_manager.h"
18 17
18namespace std::filesystem {
19class path;
20}
21
19namespace Common::FS { 22namespace Common::FS {
20class IOFile; 23class IOFile;
21} 24}