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