From 357b6813b908c3f9b272243c9e99a5bc1b442c89 Mon Sep 17 00:00:00 2001 From: Finrod Felagund Date: Mon, 15 Apr 2024 22:26:02 +0200 Subject: fix include sha.h --- src/event.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/event.cpp') diff --git a/src/event.cpp b/src/event.cpp index 347065c..2df1c3a 100644 --- a/src/event.cpp +++ b/src/event.cpp @@ -4,7 +4,7 @@ #include #include #include -#include +#include #include "nostr.hpp" @@ -20,7 +20,7 @@ using std::string; using std::stringstream; using std::time; -namespace nostr +namespace nostr { string Event::serialize() { -- cgit