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"