summaryrefslogtreecommitdiffhomepage
path: root/src/dijkstra.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dijkstra.cpp')
-rw-r--r--src/dijkstra.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dijkstra.cpp b/src/dijkstra.cpp
index 1f353e30..15232f90 100644
--- a/src/dijkstra.cpp
+++ b/src/dijkstra.cpp
@@ -1,4 +1,4 @@
-#include "astar.hpp"
+#include "search-astar.hpp"
#include "search-bbox.hpp"
#include "compat/format.hpp"
#include "compat/vector-wrapper.hpp"