diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-11-25 19:31:46 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-11-25 19:31:46 +0100 |
commit | 7409d8ddd39944c4e68ebd50c732ee9a9a886583 (patch) | |
tree | 81d0c3beb6b1c336db19016eeaf2ec648cd21100 /src | |
parent | 8f3c494e3d89cd146f4e032ae94ce5456328c87e (diff) |
a
Diffstat (limited to 'src')
-rw-r--r-- | src/dijkstra.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dijkstra.cpp b/src/dijkstra.cpp index 92bfeffb..c5efbd34 100644 --- a/src/dijkstra.cpp +++ b/src/dijkstra.cpp @@ -1,5 +1,6 @@ #include "path-search.hpp" #include "compat/format.hpp" +#include "compat/debug.hpp" #include "object.hpp" #include "point.hpp" #include <cstdio> |