diff options
| author | Liam <byteslice@airmail.cc> | 2022-12-03 13:32:24 -0500 |
|---|---|---|
| committer | Liam <byteslice@airmail.cc> | 2022-12-04 10:12:26 -0500 |
| commit | 6d2c59737177dba09a0a2a31e96276addf52c172 (patch) | |
| tree | 9bb6050c056d66f880557e3fd5b3058638afd66d /src/core/hid | |
| parent | 75e16547f8977e8b2b07723b04bcc3cbe999d566 (diff) | |
externals: update dynarmic, SDL2
Diffstat (limited to 'src/core/hid')
| -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" |
