From 90c7daccc552ad71a01207cc036148b719a3a412 Mon Sep 17 00:00:00 2001 From: Dydzio Date: Tue, 30 Oct 2018 22:55:34 +0100 Subject: [PATCH] Fix path (#510) --- AI/VCAI/Pathfinding/PathfindingManager.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AI/VCAI/Pathfinding/PathfindingManager.h b/AI/VCAI/Pathfinding/PathfindingManager.h index 3bcf9aadd..ea80f7bbc 100644 --- a/AI/VCAI/Pathfinding/PathfindingManager.h +++ b/AI/VCAI/Pathfinding/PathfindingManager.h @@ -10,7 +10,7 @@ #pragma once -#include "VCAI.h" +#include "../VCAI.h" #include "AINodeStorage.h" class IPathfindingManager @@ -59,4 +59,4 @@ private: const std::function goalFactory); Goals::TSubgoal clearWayTo(HeroPtr hero, int3 firstTileToGet); -}; \ No newline at end of file +};