mirror of
https://github.com/aria2/aria2.git
synced 2025-04-05 05:27:38 +03:00
2008-03-13 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Added missing include files for MinGW * test/HttpHeaderProcessorTest.cc * test/DHTRoutingTableSerializerTest.cc * test/DHTRoutingTableDeserializerTest.cc * test/UriListParserTest.cc
This commit is contained in:
parent
34df2cc416
commit
8dacfe45b8
5 changed files with 13 additions and 2 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
2008-03-13 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||||
|
|
||||||
|
Added missing include files for MinGW
|
||||||
|
* test/HttpHeaderProcessorTest.cc
|
||||||
|
* test/DHTRoutingTableSerializerTest.cc
|
||||||
|
* test/DHTRoutingTableDeserializerTest.cc
|
||||||
|
* test/UriListParserTest.cc
|
||||||
|
|
||||||
2008-03-12 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
2008-03-12 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||||
|
|
||||||
Now download line is printed nicely with no garbage at the end of
|
Now download line is printed nicely with no garbage at the end of
|
||||||
|
|
|
@ -6,9 +6,10 @@
|
||||||
#include "array_fun.h"
|
#include "array_fun.h"
|
||||||
#include "DHTConstants.h"
|
#include "DHTConstants.h"
|
||||||
#include "PeerMessageUtil.h"
|
#include "PeerMessageUtil.h"
|
||||||
#include <arpa/inet.h>
|
#include "a2netcompat.h"
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
#include <iostream>
|
||||||
#include <cppunit/extensions/HelperMacros.h>
|
#include <cppunit/extensions/HelperMacros.h>
|
||||||
|
|
||||||
namespace aria2 {
|
namespace aria2 {
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
#include "array_fun.h"
|
#include "array_fun.h"
|
||||||
#include "DHTConstants.h"
|
#include "DHTConstants.h"
|
||||||
#include "PeerMessageUtil.h"
|
#include "PeerMessageUtil.h"
|
||||||
#include <arpa/inet.h>
|
#include "a2netcompat.h"
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
#include "HttpHeader.h"
|
#include "HttpHeader.h"
|
||||||
#include "DlRetryEx.h"
|
#include "DlRetryEx.h"
|
||||||
#include "DlAbortEx.h"
|
#include "DlAbortEx.h"
|
||||||
|
#include <iostream>
|
||||||
#include <cppunit/extensions/HelperMacros.h>
|
#include <cppunit/extensions/HelperMacros.h>
|
||||||
|
|
||||||
namespace aria2 {
|
namespace aria2 {
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
#include <fstream>
|
||||||
#include <iterator>
|
#include <iterator>
|
||||||
#include <cppunit/extensions/HelperMacros.h>
|
#include <cppunit/extensions/HelperMacros.h>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue