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

tools: add missing include

parent ec0c3d4d
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,9 @@ ...@@ -28,6 +28,9 @@
#ifdef OPENDHT_INDEXATION #ifdef OPENDHT_INDEXATION
#include <opendht/indexation/pht.h> #include <opendht/indexation/pht.h>
#endif #endif
#ifdef OPENDHT_PROXY_SERVER
#include <opendht/dht_proxy_server.h>
#endif
#ifndef WIN32_NATIVE #ifndef WIN32_NATIVE
#include <getopt.h> #include <getopt.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment