Browse Source

Nullkiller: fix build

Andrii Danylchenko 4 years ago
parent
commit
6682485395
1 changed files with 1 additions and 1 deletions
  1. 1 1
      AI/Nullkiller/Goals/ExchangeSwapTownHeroes.h

+ 1 - 1
AI/Nullkiller/Goals/ExchangeSwapTownHeroes.h

@@ -10,7 +10,7 @@
 #pragma once
 
 #include "CGoal.h"
-#include "..\Engine\Nullkiller.h"
+#include "../Engine/Nullkiller.h"
 
 namespace Goals
 {