aboutsummaryrefslogtreecommitdiff
path: root/include/nostr.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/nostr.hpp')
-rw-r--r--include/nostr.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/nostr.hpp b/include/nostr.hpp
index 5c99bf4..d6d5de1 100644
--- a/include/nostr.hpp
+++ b/include/nostr.hpp
@@ -6,6 +6,9 @@
#include <tuple>
#include <vector>
+#include <openssl/evp.h>
+#include <openssl/sha.h>
+
#include <nlohmann/json.hpp>
#include <plog/Log.h>
#include <websocketpp/client.hpp>