Add missing include to Footpath.cpp

This commit is contained in:
Michael Steenbeek 2022-05-01 18:21:53 +02:00 committed by GitHub
parent 22c44fac71
commit 29517adc1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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"