err, fix for my fix:
* its __GNUC__, not __GCC__, tsk! git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30572 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
#include <cstdio>
|
||||
|
||||
#if __GCC__ > 2
|
||||
#if __GNUC__ > 2
|
||||
using __gnu_cxx::hash;
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user