mirror of
https://github.com/jezhiggins/arabica
synced 2024-12-26 21:58:39 +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 <ostream>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
#include <cstring>
|
||||||
|
|
||||||
#include <SAX/ArabicaConfig.hpp>
|
#include <SAX/ArabicaConfig.hpp>
|
||||||
#ifdef ARABICA_VS6_WORKAROUND
|
#ifdef ARABICA_VS6_WORKAROUND
|
||||||
|
|
|
@ -27,6 +27,7 @@
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
|
#include <cstring>
|
||||||
|
|
||||||
#ifndef INADDR_NONE
|
#ifndef INADDR_NONE
|
||||||
# define INADDR_NONE ((in_addr_t) -1)
|
# define INADDR_NONE ((in_addr_t) -1)
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
#ifndef CPPUNIT_TESTCASE_H
|
#ifndef CPPUNIT_TESTCASE_H
|
||||||
#include "TestCase.h"
|
#include "TestCase.h"
|
||||||
#endif
|
#endif
|
||||||
|
#include <memory>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* A test caller provides access to a test case method
|
* A test caller provides access to a test case method
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
#pragma warning(disable: 4244)
|
#pragma warning(disable: 4244)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <cstring>
|
||||||
|
|
||||||
class Base64Test : public TestCase
|
class Base64Test : public TestCase
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue