Fixed compilation error on x84-64 platform. * src/AuthConfig.cc: Included ostream.
@@ -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
@@ -33,6 +33,7 @@
*/
/* copyright --> */
#include "AuthConfig.h"
+#include <ostream>
namespace aria2 {