Skip to content

Commit 63b4dc7

Browse files
authored
Linux compile fixes #3
1 parent 6827b48 commit 63b4dc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Shared/sdk/SharedUtil.HashMap.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ inline size_t hash_value ( const SString& strString ) // Required for sparsehash
120120
return hashFunction ( strString );
121121
}
122122
#elif defined(__GNUC__) && (__GNUC__ >= 3)
123-
namespace __gnu_cxx
123+
namespace std
124124
{
125125
template<>
126126
struct hash < SString >

0 commit comments

Comments
 (0)