Explorar el Código

Fixed compile error without ssl library.

Tatsuhiro Tsujikawa hace 15 años
padre
commit
f9a6697352
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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"