Quellcode durchsuchen

2008-04-09 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>

	Fixed compilation error on x84-64 platform.
	* src/AuthConfig.cc: Included ostream.
Tatsuhiro Tsujikawa vor 17 Jahren
Ursprung
Commit
8b91d22ca4
2 geänderte Dateien mit 6 neuen und 0 gelöschten Zeilen
  1. 5 0
      ChangeLog
  2. 1 0
      src/AuthConfig.cc

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+2008-04-09  Tatsuhiro Tsujikawa  <tujikawa at rednoah dot com>
+
+	Fixed compilation error on x84-64 platform.
+	* src/AuthConfig.cc: Included ostream.
+
 2008-03-16  Tatsuhiro Tsujikawa  <tujikawa at rednoah dot com>
 
 	Rewritten getBasename() and getDirname(), without standard library

+ 1 - 0
src/AuthConfig.cc

@@ -33,6 +33,7 @@
  */
 /* copyright --> */
 #include "AuthConfig.h"
+#include <ostream>
 
 namespace aria2 {