Merge pull request #1899 from wwylele/hid-cmath

HID: add missing header
merge-requests/60/head
bunnei 2016-06-11 02:12:37 +07:00 committed by GitHub
commit e74d322724
1 changed files with 2 additions and 0 deletions

@ -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"