0
0
mirror of https://git.tardis.systems/mirrors/yuzu.git synced 2025-01-03 03:54:45 +00:00

Merge pull request #1899 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

View File

@ -2,6 +2,8 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include <cmath>
#include "common/logging/log.h"
#include "common/emu_window.h"