summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorwwylele <wwylele@gmail.com>2016-06-11 06:59:38 +0200
committerwwylele <wwylele@gmail.com>2016-06-11 07:45:29 +0200
commit43183db51f5aee430750fc4e208e58d3443976c9 (patch)
treeaba9ae7390456d58c5a56b28bd8aba1e940c94ff /src/core
parentMerge pull request #1897 from linkmauve/sdl2-config-fix (diff)
downloadyuzu-43183db51f5aee430750fc4e208e58d3443976c9.tar
yuzu-43183db51f5aee430750fc4e208e58d3443976c9.tar.gz
yuzu-43183db51f5aee430750fc4e208e58d3443976c9.tar.bz2
yuzu-43183db51f5aee430750fc4e208e58d3443976c9.tar.lz
yuzu-43183db51f5aee430750fc4e208e58d3443976c9.tar.xz
yuzu-43183db51f5aee430750fc4e208e58d3443976c9.tar.zst
yuzu-43183db51f5aee430750fc4e208e58d3443976c9.zip
Diffstat (limited to 'src/core')
-rw-r--r--src/core/hle/service/hid/hid.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/service/hid/hid.cpp b/src/core/hle/service/hid/hid.cpp
index c975433f4..cdec11388 100644
--- a/src/core/hle/service/hid/hid.cpp
+++ b/src/core/hle/service/hid/hid.cpp
@@ -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"