aboutsummaryrefslogtreecommitdiff
path: root/include/signer
diff options
context:
space:
mode:
Diffstat (limited to 'include/signer')
-rw-r--r--include/signer/signer.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/signer/signer.hpp b/include/signer/signer.hpp
index 22a71c6..cc4fd03 100644
--- a/include/signer/signer.hpp
+++ b/include/signer/signer.hpp
@@ -2,6 +2,8 @@
#include <algorithm>
#include <random>
+#include <sstream>
+#include <tuple>
#include <plog/Init.h>
#include <plog/Log.h>
@@ -12,6 +14,9 @@ namespace nostr
{
namespace signer
{
+class ISigner;
+class INostrConnectSigner;
+
/**
* @brief An interface for Nostr event signing that implements NIP-46.
*/