mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-23 14:25:37 +00:00
AnalogController: Fix Linux build
This commit is contained in:
parent
7c55940fa8
commit
d924130308
|
@ -4,6 +4,7 @@
|
||||||
#include "common/string_util.h"
|
#include "common/string_util.h"
|
||||||
#include "host_interface.h"
|
#include "host_interface.h"
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
|
#include <cmath>
|
||||||
Log_SetChannel(AnalogController);
|
Log_SetChannel(AnalogController);
|
||||||
|
|
||||||
AnalogController::AnalogController(u32 index) : m_index(index)
|
AnalogController::AnalogController(u32 index) : m_index(index)
|
||||||
|
|
Loading…
Reference in a new issue