updated for gcc 4.3.1

This commit is contained in:
jez 2008-07-03 21:43:56 +00:00
parent bdcdccdad6
commit 1719005582
4 changed files with 4 additions and 0 deletions

View file

@ -18,6 +18,7 @@
#include <ostream>
#include <vector>
#include <algorithm>
#include <cstring>
#include <SAX/ArabicaConfig.hpp>
#ifdef ARABICA_VS6_WORKAROUND

View file

@ -27,6 +27,7 @@
#include <algorithm>
#include <vector>
#include <cstdlib>
#include <cstring>
#ifndef INADDR_NONE
# define INADDR_NONE ((in_addr_t) -1)

View file

@ -9,6 +9,7 @@
#ifndef CPPUNIT_TESTCASE_H
#include "TestCase.h"
#endif
#include <memory>
/*
* A test caller provides access to a test case method

View file

@ -7,6 +7,7 @@
#pragma warning(disable: 4244)
#endif
#include <cstring>
class Base64Test : public TestCase
{