algorithms(bf-to-astar): add headers to satisfy compilation

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2024-01-01 20:12:48 +01:00
parent fe89d4815f
commit b048c6dc4f
Signed by: mfocko
GPG key ID: 7C47D46246790496
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,4 @@
#ifndef _ASTAR_HPP
#define _ASTAR_HPP
#endif /* _ASTAR_HPP */

View file

@ -0,0 +1,4 @@
#ifndef _DIJKSTRA_HPP
#define _DIJKSTRA_HPP
#endif /* _DIJKSTRA_HPP */