- Minor corrections for g++ 4.3

This commit is contained in:
Damien Dupuis 2009-02-09 12:57:38 +00:00
parent b3aeaa5a6f
commit 035bf7bc44
3 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,7 @@
# include <climits>
# include <cstring>
# include "hurricane/DbU.h"
# include "hurricane/Error.h"

View File

@ -7,6 +7,7 @@
#ifndef HURRICANE_INTRUSIVE_MAP
#define HURRICANE_INTRUSIVE_MAP
#include <cstring>
#include <algorithm>
#include "hurricane/Collection.h"

View File

@ -7,6 +7,7 @@
#ifndef HURRICANE_INTRUSIVE_SET
#define HURRICANE_INTRUSIVE_SET
#include <cstring>
#include <algorithm>
#include "hurricane/Collection.h"