diff options
| author | 2016-06-11 07:59:38 +0300 | |
|---|---|---|
| committer | 2016-06-11 08:45:29 +0300 | |
| commit | 43183db51f5aee430750fc4e208e58d3443976c9 (patch) | |
| tree | aba9ae7390456d58c5a56b28bd8aba1e940c94ff /src/core | |
| parent | Merge pull request #1897 from linkmauve/sdl2-config-fix (diff) | |
| download | yuzu-43183db51f5aee430750fc4e208e58d3443976c9.tar.gz yuzu-43183db51f5aee430750fc4e208e58d3443976c9.tar.xz yuzu-43183db51f5aee430750fc4e208e58d3443976c9.zip | |
hid: add missing header
Diffstat (limited to 'src/core')
| -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 @@ | |||
| 2 | // Licensed under GPLv2 or any later version | 2 | // Licensed under GPLv2 or any later version |
| 3 | // Refer to the license.txt file included. | 3 | // Refer to the license.txt file included. |
| 4 | 4 | ||
| 5 | #include <cmath> | ||
| 6 | |||
| 5 | #include "common/logging/log.h" | 7 | #include "common/logging/log.h" |
| 6 | #include "common/emu_window.h" | 8 | #include "common/emu_window.h" |
| 7 | 9 | ||