summaryrefslogtreecommitdiff
path: root/src/map/path.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/path.hpp')
-rw-r--r--src/map/path.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/map/path.hpp b/src/map/path.hpp
index 3619e2e..a588f1b 100644
--- a/src/map/path.hpp
+++ b/src/map/path.hpp
@@ -22,8 +22,10 @@
#include "fwd.hpp"
+#include "../compat/fwd.hpp"
+
namespace tmwa
{
-int path_search(struct walkpath_data *, map_local *, int, int, int, int, int);
+int path_search(struct walkpath_data *, Borrowed<map_local>, int, int, int, int, int);
} // namespace tmwa