Explorar el Código

Merge pull request #9679 from jbeich/libc++

input_common: unbreak build with libc++ (missing std::ranges::find_if)
Narr the Reg hace 3 años
padre
commit
b82a098968
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/input_common/drivers/joycon.cpp

+ 1 - 0
src/input_common/drivers/joycon.cpp

@@ -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"