1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 19:43:06 +01:00

Include SDL.h in twitch.cpp for SDL_GetTicks()

This commit is contained in:
Michał Janiszewski
2017-03-23 21:06:37 +01:00
parent f9f516c372
commit 2df1f87662

View File

@@ -30,6 +30,7 @@
#endif
#include <vector>
#include <SDL.h>
#include "../core/Math.hpp"
#include "../core/String.hpp"