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:
parent
0d487f65e9
commit
6449afb193
@ -24,7 +24,10 @@
|
||||
|
||||
#include <cstdio>
|
||||
|
||||
#if __GCC__ > 2
|
||||
using __gnu_cxx::hash;
|
||||
#endif
|
||||
|
||||
using std::auto_ptr;
|
||||
using std::min;
|
||||
using std::max;
|
||||
|
Loading…
Reference in New Issue
Block a user