瀏覽代碼

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

	Fixed compilation error on x84-64 platform.
	* src/AuthConfig.cc: Included ostream.
Tatsuhiro Tsujikawa 17 年之前
父節點
當前提交
8b91d22ca4
共有 2 個文件被更改,包括 6 次插入0 次删除
  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 {