1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 08:12:53 +01:00

Add missing include

This commit is contained in:
Matt
2019-10-19 23:45:45 +02:00
parent 8243c2b64e
commit e6d520e371

View File

@@ -29,6 +29,7 @@
#include <openrct2/ride/Ride.h>
#include <openrct2/world/Park.h>
#include <openrct2/world/Sprite.h>
#include <stdio.h>
#include <string>
using namespace OpenRCT2;