1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-06 06:32:56 +01:00

Add time.h include to shared.c for clock_gettime

This commit is contained in:
Michał Janiszewski
2017-04-30 12:13:24 +01:00
committed by Ted John
parent 4ba60cbf52
commit 8e6ea776f6

View File

@@ -15,6 +15,7 @@
#pragma endregion
#include <stdlib.h>
#include <time.h>
#include "../audio/audio.h"
#include "../audio/AudioMixer.h"
#include "../config/Config.h"