mirror of
https://github.com/jezhiggins/arabica
synced 2024-12-25 21:58:21 +01:00
updated for gcc 4.3.1
This commit is contained in:
parent
bdcdccdad6
commit
1719005582
4 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
|||
#include <ostream>
|
||||
#include <vector>
|
||||
#include <algorithm>
|
||||
#include <cstring>
|
||||
|
||||
#include <SAX/ArabicaConfig.hpp>
|
||||
#ifdef ARABICA_VS6_WORKAROUND
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
#include <algorithm>
|
||||
#include <vector>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
|
||||
#ifndef INADDR_NONE
|
||||
# define INADDR_NONE ((in_addr_t) -1)
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
#ifndef CPPUNIT_TESTCASE_H
|
||||
#include "TestCase.h"
|
||||
#endif
|
||||
#include <memory>
|
||||
|
||||
/*
|
||||
* A test caller provides access to a test case method
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
#pragma warning(disable: 4244)
|
||||
#endif
|
||||
|
||||
#include <cstring>
|
||||
|
||||
class Base64Test : public TestCase
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue