SDLControllerInterface: Add missing include

This commit is contained in:
Connor McLaughlin 2020-02-16 00:39:06 +09:00
parent fc27fc3589
commit 0f7365117b

View file

@ -5,6 +5,7 @@
#include "core/host_interface.h"
#include "core/system.h"
#include "sdl_initializer.h"
#include <cmath>
#include <SDL.h>
Log_SetChannel(SDLControllerInterface);