summaryrefslogtreecommitdiffhomepage
path: root/src/search.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/search.cpp')
-rw-r--r--src/search.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search.cpp b/src/search.cpp
index 9f497134..f879260b 100644
--- a/src/search.cpp
+++ b/src/search.cpp
@@ -1,6 +1,6 @@
#include "search.hpp"
#include "search-bbox.hpp"
-#include "astar.hpp"
+#include "search-astar.hpp"
#include "global-coords.hpp"
#include "world.hpp"
#include "pass-mode.hpp"