jlblancoc / nanoflann

nanoflann: a C++11 header-only library for Nearest Neighbor (NN) search with KD-trees
Other
2.22k stars 488 forks source link

Fix was not declared in this scope #201

Closed tobiasgreiser closed 1 year ago

tobiasgreiser commented 1 year ago

Nanoflann was no longer building in our CI and this fixed our issue.

jlblancoc commented 1 year ago

LGTM, thanks! :+1: