Skip to content

Commit

Permalink
Linux compile fixes #3
Browse files Browse the repository at this point in the history
  • Loading branch information
sbx320 committed Aug 1, 2016
1 parent 6827b48 commit 63b4dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Shared/sdk/SharedUtil.HashMap.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ inline size_t hash_value ( const SString& strString ) // Required for sparsehash
return hashFunction ( strString );
}
#elif defined(__GNUC__) && (__GNUC__ >= 3)
namespace __gnu_cxx
namespace std
{
template<>
struct hash < SString >
Expand Down

0 comments on commit 63b4dc7

Please sign in to comment.