summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-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 {