engine: platform: sdl: forgot to add an include, sorry\!

This commit is contained in:
Alibek Omarov 2022-06-02 03:01:58 +03:00
parent ca975d0168
commit 13f93412cd
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ GNU General Public License for more details.
#include <SDL.h>
#include "platform/platform.h"
#include "events.h"
#if XASH_TIMER == TIMER_SDL
double Platform_DoubleTime( void )