diff options
author | Liam <byteslice@airmail.cc> | 2022-12-03 19:32:24 +0100 |
---|---|---|
committer | Liam <byteslice@airmail.cc> | 2022-12-04 16:12:26 +0100 |
commit | 6d2c59737177dba09a0a2a31e96276addf52c172 (patch) | |
tree | 9bb6050c056d66f880557e3fd5b3058638afd66d /src/core | |
parent | Merge pull request #9300 from ameerj/pch (diff) | |
download | yuzu-6d2c59737177dba09a0a2a31e96276addf52c172.tar yuzu-6d2c59737177dba09a0a2a31e96276addf52c172.tar.gz yuzu-6d2c59737177dba09a0a2a31e96276addf52c172.tar.bz2 yuzu-6d2c59737177dba09a0a2a31e96276addf52c172.tar.lz yuzu-6d2c59737177dba09a0a2a31e96276addf52c172.tar.xz yuzu-6d2c59737177dba09a0a2a31e96276addf52c172.tar.zst yuzu-6d2c59737177dba09a0a2a31e96276addf52c172.zip |
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/hid/emulated_controller.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hid/emulated_controller.cpp b/src/core/hid/emulated_controller.cpp index c96d9eef3..9779378be 100644 --- a/src/core/hid/emulated_controller.cpp +++ b/src/core/hid/emulated_controller.cpp @@ -3,6 +3,7 @@ #include <algorithm> +#include "common/polyfill_ranges.h" #include "common/thread.h" #include "core/hid/emulated_controller.h" #include "core/hid/input_converter.h" |