1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

Add lost headers

This commit is contained in:
Michał Janiszewski
2018-03-14 11:56:22 +01:00
committed by Michał Janiszewski
parent 54cc1ebcdf
commit f3bdc431e1
3 changed files with 5 additions and 0 deletions

View File

@@ -14,6 +14,8 @@
*****************************************************************************/
#pragma endregion
#include <cmath>
#include "Drawing.h"
/**

View File

@@ -14,6 +14,8 @@
*****************************************************************************/
#pragma endregion
#include <cstdio>
#include <cstdlib>
#include <openrct2/common.h>
#ifndef NO_RCT2

View File

@@ -15,6 +15,7 @@
#pragma endregion
#include <algorithm>
#include <cstdio>
#include <cstdarg>
#include <string>
#include <vector>