mirror of https://github.com/aria2/aria2
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
parent
d034c4d773
commit
8b91d22ca4
|
@ -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>
|
2008-03-16 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||||
|
|
||||||
Rewritten getBasename() and getDirname(), without standard library
|
Rewritten getBasename() and getDirname(), without standard library
|
||||||
|
|
|
@ -33,6 +33,7 @@
|
||||||
*/
|
*/
|
||||||
/* copyright --> */
|
/* copyright --> */
|
||||||
#include "AuthConfig.h"
|
#include "AuthConfig.h"
|
||||||
|
#include <ostream>
|
||||||
|
|
||||||
namespace aria2 {
|
namespace aria2 {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue