nathansttt / hog2

Pathfinding and search testbed/visualization suite. Current code is in PDB-refactor branch.
MIT License
107 stars 54 forks source link

Missing <stdio.h> for printf in FixedSizeSet.h #75

Closed lior8 closed 1 month ago

lior8 commented 8 months ago

FixedSizeSet.h uses printf but does not import stdio. I had a problem compiling when stdio was not included in the cpp file which used FixedSizeSet.