kpeeters / tree.hh

An STL-like C++ header-only tree library
GNU General Public License v3.0
132 stars 31 forks source link

Missing std::to_string definition #15

Closed jcmana closed 2 years ago

jcmana commented 2 years ago

Missing include "string" in which is std::to_string defined.

kpeeters commented 2 years ago

Fixed with 42531adcf9d1ff5.