Browse Source

Fix build error without bittorrent

Amends #2127
Tatsuhiro Tsujikawa 1 year ago
parent
commit
94725a0371
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/DefaultBtProgressInfoFile.cc

+ 1 - 0
src/DefaultBtProgressInfoFile.cc

@@ -57,6 +57,7 @@
 #include "DownloadContext.h"
 #include "BufferedFile.h"
 #include "SHA1IOFile.h"
+#include "BtConstants.h"
 #ifdef ENABLE_BITTORRENT
 #  include "PeerStorage.h"
 #  include "BtRuntime.h"