1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 19:13:07 +01:00

Add missing Guard.hpp header in Footpath.cpp

This commit is contained in:
Michał Janiszewski
2018-03-16 20:51:37 +01:00
committed by Aaron van Geffen
parent 70be3d99eb
commit 62000236a8

View File

@@ -15,6 +15,7 @@
#pragma endregion
#include "../Cheats.h"
#include "../core/Guard.hpp"
#include "../core/Math.hpp"
#include "../core/Util.hpp"
#include "../Game.h"