fix gcc2 build:

* __gnu_cxx namespace is unknown to gcc2

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30571 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Oliver Tappe 2009-05-02 14:58:41 +00:00
parent 0d487f65e9
commit 6449afb193

View File

@ -24,7 +24,10 @@
#include <cstdio>
#if __GCC__ > 2
using __gnu_cxx::hash;
#endif
using std::auto_ptr;
using std::min;
using std::max;