Merge pull request #9679 from jbeich/libc++

input_common: unbreak build with libc++ (missing std::ranges::find_if)
This commit is contained in:
Narr the Reg 2023-01-25 15:21:59 -06:00 committed by GitHub
commit b82a098968
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,7 @@
#include <fmt/format.h>
#include "common/param_package.h"
#include "common/polyfill_ranges.h"
#include "common/settings.h"
#include "common/thread.h"
#include "input_common/drivers/joycon.h"