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

Include time.h for time_t

This commit is contained in:
Michał Janiszewski
2017-08-24 13:08:07 +02:00
committed by Michael Steenbeek
parent 8eb98777fe
commit 90ea8eee88

View File

@@ -17,6 +17,7 @@
#ifndef _PLATFORM_H_
#define _PLATFORM_H_
#include <time.h>
#include "../common.h"
typedef struct TTFFontDescriptor TTFFontDescriptor;