]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/pathfinder.cpp
Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu
[dragonfireclient.git] / src / pathfinder.cpp
index bbda073624caf938a8ad1a025513f7fa1d3bb83c..43e1e287f6d72a94b3901a4b386c2ec2880d86cd 100644 (file)
@@ -22,6 +22,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 /******************************************************************************/
 
 #include "pathfinder.h"
+#include "environment.h"
+#include "map.h"
+#include "log.h"
 
 #ifdef PATHFINDER_DEBUG
 #include <iomanip>