1
0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2025-04-04 01:00:08 +00:00

Merge pull request from wwylele/hid-cmath

HID: add missing header
This commit is contained in:
bunnei 2016-06-11 02:12:37 -04:00 committed by GitHub
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"