summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-11-25 19:31:46 +0100
committerStanislaw Halik <sthalik@misaki.pl>2023-11-25 19:31:46 +0100
commit7409d8ddd39944c4e68ebd50c732ee9a9a886583 (patch)
tree81d0c3beb6b1c336db19016eeaf2ec648cd21100 /src
parent8f3c494e3d89cd146f4e032ae94ce5456328c87e (diff)
a
Diffstat (limited to 'src')
-rw-r--r--src/dijkstra.cpp1
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>