mirror of
https://github.com/aria2/aria2.git
synced 2025-02-21 14:40:57 +00:00
2008-10-07 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Fixed compile error with gcc-4.4(snapshot) * src/File.cc * src/FtpConnection.cc * src/OptionHandlerImpl.h * src/Util.cc
This commit is contained in:
parent
f40443bba6
commit
b598c9f2a3
@ -1,3 +1,11 @@
|
||||
2008-10-07 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||
|
||||
Fixed compile error with gcc-4.4(snapshot)
|
||||
* src/File.cc
|
||||
* src/FtpConnection.cc
|
||||
* src/OptionHandlerImpl.h
|
||||
* src/Util.cc
|
||||
|
||||
2008-10-07 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||
|
||||
Removed assert()
|
||||
|
@ -40,6 +40,7 @@
|
||||
|
||||
#include <deque>
|
||||
#include <cstring>
|
||||
#include <cstdio>
|
||||
|
||||
#include "Util.h"
|
||||
#include "A2STR.h"
|
||||
|
@ -49,6 +49,7 @@
|
||||
#include "A2STR.h"
|
||||
#include "StringFormat.h"
|
||||
#include <cstring>
|
||||
#include <cstdio>
|
||||
#include <cassert>
|
||||
|
||||
namespace aria2 {
|
||||
|
@ -43,6 +43,7 @@
|
||||
#include "Option.h"
|
||||
#include "StringFormat.h"
|
||||
#include "A2STR.h"
|
||||
#include <cstdio>
|
||||
#include <utility>
|
||||
#include <algorithm>
|
||||
#include <numeric>
|
||||
|
@ -50,6 +50,7 @@
|
||||
#include <cerrno>
|
||||
#include <cassert>
|
||||
#include <cstring>
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <iomanip>
|
||||
#include <sstream>
|
||||
|
Loading…
x
Reference in New Issue
Block a user