Quellcode durchsuchen

Fixed compile error without ssl library.

Tatsuhiro Tsujikawa vor 15 Jahren
Ursprung
Commit
f9a6697352
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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"