diff options
author | wwylele <wwylele@gmail.com> | 2016-06-11 06:59:38 +0200 |
---|---|---|
committer | wwylele <wwylele@gmail.com> | 2016-06-11 07:45:29 +0200 |
commit | 43183db51f5aee430750fc4e208e58d3443976c9 (patch) | |
tree | aba9ae7390456d58c5a56b28bd8aba1e940c94ff /src/core/hle | |
parent | Merge pull request #1897 from linkmauve/sdl2-config-fix (diff) | |
download | yuzu-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/hle')
-rw-r--r-- | src/core/hle/service/hid/hid.cpp | 2 |
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" |