diff --git a/graph/bron_kerbosch.cc b/graph/bron_kerbosch.cc index f071f042fe..85b3e65029 100644 --- a/graph/bron_kerbosch.cc +++ b/graph/bron_kerbosch.cc @@ -132,7 +132,7 @@ void Search(ResultCallback2* const graph, #if defined(_MSC_VER) // The following class defines a hash function for arcs -class IntPairHasher : public stdext::hash_compare { +class IntPairHasher : public stdext::hash_compare > { public: size_t operator() (const pair& a) const { uint64 x = a.first;