BlueBrain / libsonata

A python and C++ interface to the SONATA format
https://libsonata.readthedocs.io/en/stable/
GNU Lesser General Public License v3.0
11 stars 12 forks source link

include fmt/ranges.h for using fmt::join() #360

Closed tchaikov closed 1 month ago

tchaikov commented 1 month ago

fmt::join() was moved into fmt/ranges.h in fmt 11, so let's include this header file also.

tchaikov commented 1 month ago

hi @WeinaJi @mgeplf could you help review this change at your convenience? i see you've been contributing to this project, so wondered if you could help on this change.

mgeplf commented 1 month ago

Thanks for the change.