google / s2geometry

Computational geometry and spatial indexing on the sphere
http://s2geometry.io/
Apache License 2.0
2.29k stars 302 forks source link

Missing include statement for abseil Hash #253

Closed marcus-elia closed 2 years ago

marcus-elia commented 2 years ago

I ran into this error src/s2/s2cell_union.h:413:41: error: no member named 'HashOf' in namespace 'absl' This PR adds #include "absl/hash/hash.h

google-cla[bot] commented 2 years ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

For more information, open the CLA check for this pull request.

jmr commented 2 years ago

254 adds this.