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

Fixed compilation error on x84-64 platform.
	* src/AuthConfig.cc: Included ostream.
pull/1/head
Tatsuhiro Tsujikawa 2008-04-09 13:32:51 +00:00
parent d034c4d773
commit 8b91d22ca4
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

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