Selaa lähdekoodia

2007-12-10 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>

	Compiler error fix: applied the patch by Tiziano Mueller
	* src/RequestGroup.cc
Tatsuhiro Tsujikawa 18 vuotta sitten
vanhempi
commit
7d62e1877e
2 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  1. 5 0
      ChangeLog
  2. 1 0
      src/RequestGroup.cc

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+2007-12-10  Tatsuhiro Tsujikawa  <tujikawa at rednoah dot com>
+
+	Compiler error fix: applied the patch by Tiziano Mueller
+	* src/RequestGroup.cc
+
 2007-12-10  Tatsuhiro Tsujikawa  <tujikawa at rednoah dot com>
 
 	Fixed the bug: only first announce URL is tried in AnnounceTier,

+ 1 - 0
src/RequestGroup.cc

@@ -33,6 +33,7 @@
  */
 /* copyright --> */
 #include "RequestGroup.h"
+#include "PostDownloadHandler.h"
 #include "DownloadEngine.h"
 #include "DefaultSegmentManFactory.h"
 #include "NullProgressInfoFile.h"