From 668248539532b7293f4acca6da5c990a713bc876 Mon Sep 17 00:00:00 2001 From: Andrii Danylchenko Date: Sun, 16 May 2021 14:22:30 +0300 Subject: [PATCH] Nullkiller: fix build --- AI/Nullkiller/Goals/ExchangeSwapTownHeroes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AI/Nullkiller/Goals/ExchangeSwapTownHeroes.h b/AI/Nullkiller/Goals/ExchangeSwapTownHeroes.h index f8af93c2f..544abbca0 100644 --- a/AI/Nullkiller/Goals/ExchangeSwapTownHeroes.h +++ b/AI/Nullkiller/Goals/ExchangeSwapTownHeroes.h @@ -10,7 +10,7 @@ #pragma once #include "CGoal.h" -#include "..\Engine\Nullkiller.h" +#include "../Engine/Nullkiller.h" namespace Goals {