nathansttt / hog2

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

Missing <cinttypes> in ParallelIDAstar #71

Closed lior8 closed 3 months ago

lior8 commented 11 months ago

When creating the example for Issue #70 I failed to compiled the file. The cause is PRId64 in a few printf in the file as this requires to include but it is not included in ParallelIDAstar. The issue was probably not found before because often when importing ParallelIDAstar, PDBHeuristic is also imported, which does contain .