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, 2 insertions, 0 deletions
diff --git a/src/dijkstra.cpp b/src/dijkstra.cpp
index f3b07172..4ec71248 100644
--- a/src/dijkstra.cpp
+++ b/src/dijkstra.cpp
@@ -1,8 +1,10 @@
#include "astar.hpp"
+#include "path-search-bbox.hpp"
#include "compat/format.hpp"
#include "compat/vector-wrapper.hpp"
#include "compat/heap.hpp"
#include "object.hpp"
+#include "world.hpp"
#include "point.hpp"
#include <cstdio>
#include <Corrade/Containers/GrowableArray.h>