Fix headers to ensure they carry all their dependencies (#7610)

This commit is contained in:
Michał Janiszewski 2018-06-02 09:46:14 +02:00 committed by GitHub
parent d09fc19361
commit 58bde442dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#pragma once
#include <ctime>
#include <memory>
#include "../common.h"
struct rct_drawpixelinfo;

View File

@ -18,6 +18,8 @@
#include "../common.h"
struct Ride;
enum
{
SHOP_ITEM_BALLOON,