ソースを参照

Fixed compile error without ssl library.

Tatsuhiro Tsujikawa 15 年 前
コミット
f9a6697352
1 ファイル変更1 行追加0 行削除
  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"