From b6552ec300e6ebddc731e6517fdf341f9a46e1a9 Mon Sep 17 00:00:00 2001
From: Adrien Beraud <adrien.beraud@savoirfairelinux.com>
Date: Sat, 25 Mar 2023 10:46:12 -0400
Subject: [PATCH] NodeExport: add missing include

---
 include/opendht/node_export.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/include/opendht/node_export.h b/include/opendht/node_export.h
index a6ba0b3d..bb451acc 100644
--- a/include/opendht/node_export.h
+++ b/include/opendht/node_export.h
@@ -20,7 +20,10 @@
 #include "infohash.h"
 #include "sockaddr.h"
 
+#include <string_view>
+
 namespace dht {
+using namespace std::literals;
 
 struct OPENDHT_PUBLIC NodeExport {
     InfoHash id;
-- 
GitLab