From 439e58bf375f26e6fb1b1bce6a0e4edbcee0e4ce Mon Sep 17 00:00:00 2001 From: NotAdam Date: Sat, 20 Apr 2019 19:40:44 +1000 Subject: [PATCH] fix build, not sure how that happened --- src/world/Territory/Zone.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/world/Territory/Zone.cpp b/src/world/Territory/Zone.cpp index 7245323f..c9c2402b 100644 --- a/src/world/Territory/Zone.cpp +++ b/src/world/Territory/Zone.cpp @@ -19,7 +19,7 @@ #include "InstanceContent.h" #include "QuestBattle.h" #include "Manager/TerritoryMgr.h" -#include "Navi/Naviprovider.h" +#include "Navi/NaviProvider.h" #include "Session.h" #include "Actor/Chara.h"