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"