Browse Source

Fix compilation error on some systems

pull/24/head
Meeh 11 years ago
parent
commit
c55af3ba0d
  1. 1
      NetDb.h

1
NetDb.h

@ -6,6 +6,7 @@ @@ -6,6 +6,7 @@
#include <map>
#include <string>
#include <thread>
#include <boost/filesystem.hpp>
#include "Queue.h"
#include "I2NPProtocol.h"
#include "RouterInfo.h"

Loading…
Cancel
Save