summaryrefslogtreecommitdiff
path: root/src/pathfinder/npf/aystar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pathfinder/npf/aystar.cpp')
-rw-r--r--src/pathfinder/npf/aystar.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pathfinder/npf/aystar.cpp b/src/pathfinder/npf/aystar.cpp
index 153ffa8c1..9ef2bca47 100644
--- a/src/pathfinder/npf/aystar.cpp
+++ b/src/pathfinder/npf/aystar.cpp
@@ -27,6 +27,8 @@
#include "../../core/alloc_func.hpp"
#include "aystar.h"
+#include "../../safeguards.h"
+
/**
* This looks in the hash whether a node exists in the closed list.
* @param node Node to search.