Eurecat / astar-gridmap-2d

A* algorithms for 2D gridmaps. The fastest one, until you prove me wrong
Apache License 2.0
57 stars 19 forks source link

Source files do not compile indepdently #10

Open lasseboenecke opened 2 years ago

lasseboenecke commented 2 years ago

Thank you very much for your work. When I tried to use your files from the src directory, they did not compile in my project. Adding

include

include

to AStar2.h solved the problem for me.