Skip to content
Snippets Groups Projects
Commit be64436f authored by Adrien Béraud's avatar Adrien Béraud
Browse files

namedirectory: forward declare dht::crypto::PublicKey

Change-Id: I3fb49911b13cf06e513ff4523a78522a9c2059fc
parent 8930de45
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,7 @@
#include "fileutils.h"
#include "base64.h"
#include <opendht/crypto.h>
#include <msgpack.hpp>
#include <json/json.h>
#include <restbed>
......
......@@ -18,12 +18,18 @@
#pragma once
#include "noncopyable.h"
#include "opendht/crypto.h"
#include <functional>
#include <map>
#include <string>
#include <mutex>
namespace dht {
namespace crypto {
struct PublicKey;
}
}
namespace ring {
class NameDirectory
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment