From 2df1f876624f9c4dd59df52ba4510260893201c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Thu, 23 Mar 2017 21:06:37 +0100 Subject: [PATCH] Include SDL.h in twitch.cpp for SDL_GetTicks() --- src/openrct2/network/twitch.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/openrct2/network/twitch.cpp b/src/openrct2/network/twitch.cpp index 7290a1640a..b1ac609c00 100644 --- a/src/openrct2/network/twitch.cpp +++ b/src/openrct2/network/twitch.cpp @@ -30,6 +30,7 @@ #endif #include +#include #include "../core/Math.hpp" #include "../core/String.hpp"