1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 21:43:06 +01:00

Add missing includes

This commit is contained in:
Michael Steenbeek
2022-04-07 21:42:08 +02:00
committed by GitHub
parent 5760f11349
commit 5e82e9048b
2 changed files with 2 additions and 0 deletions

View File

@@ -37,6 +37,7 @@
#include "Park.h"
#include "Scenery.h"
#include "Surface.h"
#include "TileElement.h"
#include <algorithm>
#include <iterator>

View File

@@ -9,6 +9,7 @@
#pragma once
#include "../Identifiers.h"
#include "../common.h"
#include "../ride/RideTypes.h"
#include "../ride/Station.h"