From 29517adc1ca04134e8507a90d4540ddce5916194 Mon Sep 17 00:00:00 2001 From: Michael Steenbeek Date: Sun, 1 May 2022 18:21:53 +0200 Subject: [PATCH] Add missing include to Footpath.cpp --- src/openrct2/world/Footpath.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/openrct2/world/Footpath.cpp b/src/openrct2/world/Footpath.cpp index 87bfd2893b..0c775a63fb 100644 --- a/src/openrct2/world/Footpath.cpp +++ b/src/openrct2/world/Footpath.cpp @@ -10,6 +10,7 @@ #include "../Cheats.h" #include "../Context.h" #include "../Game.h" +#include "../Identifiers.h" #include "../OpenRCT2.h" #include "../actions/FootpathPlaceAction.h" #include "../actions/FootpathRemoveAction.h"