Browse Source

Fixed compile error without ssl library.

Tatsuhiro Tsujikawa 15 năm trước cách đây
mục cha
commit
f9a6697352
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/XmlRpcMethodImpl.cc

+ 1 - 0
src/XmlRpcMethodImpl.cc

@@ -62,6 +62,7 @@
 #include "XmlRpcResponse.h"
 #include "SegmentMan.h"
 #include "TimedHaltCommand.h"
+#include "PeerStat.h"
 #ifdef ENABLE_BITTORRENT
 # include "bittorrent_helper.h"
 # include "BtRegistry.h"