Fix compile error on OS X

pull/693/head
Tatsuhiro Tsujikawa 2016-06-19 19:08:17 +09:00
parent f6f672f4d9
commit 1e59e357af
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@
#include "DHTGetPeersMessage.h"
#include <cstring>
#include <array>
#include "DHTNode.h"
#include "DHTRoutingTable.h"