mirror of
https://git.h3cjp.net/H3cJP/yuzu.git
synced 2024-11-11 15:02:58 +00:00
Merge pull request #1899 from wwylele/hid-cmath
HID: add missing header
This commit is contained in:
commit
e74d322724
|
@ -2,6 +2,8 @@
|
||||||
// Licensed under GPLv2 or any later version
|
// Licensed under GPLv2 or any later version
|
||||||
// Refer to the license.txt file included.
|
// Refer to the license.txt file included.
|
||||||
|
|
||||||
|
#include <cmath>
|
||||||
|
|
||||||
#include "common/logging/log.h"
|
#include "common/logging/log.h"
|
||||||
#include "common/emu_window.h"
|
#include "common/emu_window.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue