mumble/plugins
Sergei Trofimovich b92d82d2b2 BUILD: Fix missing <cstdint> include
Without the change mumble build fails on this week's gcc-13 snapshot as:

    plugins/Module.h:13:9: error: 'uint64_t' does not name a type
       13 | typedef uint64_t procptr_t;
          |         ^~~~~~~~
    plugins/Module.h:12:1: note: 'uint64_t' is defined in header '<cstdint>';
      did you forget to '#include <cstdint>'?
       11 | #include <unordered_map>
      +++ |+#include <cstdint>
       12 |

Co-authored-by: Davide Beatrici <github@davidebeatrici.dev>
2022-05-27 09:02:15 +01:00
..
amongus FIX(positional-audio): Update Among Us plugin to work with v2022.3.29s (1864) 2022-04-01 07:21:37 +02:00
aoc MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
arma2 MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
bf1 MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
bf2 MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
bf3 MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
bf4 MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
bf4_x86 MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
bf1942 MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
bf2142 MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
bfbc2 MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
bfheroes MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
blacklight MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
borderlands MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
borderlands2 MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
breach MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
cod2 MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
cod4 MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
cod5 MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
codmw2 MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
codmw2so MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
cs MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
css MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
deadLockPlugin MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
dods MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
dys MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
etqw MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
ffxiv MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
ffxiv_x64 MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
gmod MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
gtaiv MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
gtasa MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
gtav FIX(positional-audio): Update GTAV plugin to version 1.59.2612 2022-05-17 11:56:45 +02:00
gw MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
hl2dm MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
insurgency MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
jc2 MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
l4d MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
l4d2 MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
link MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
lol MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
lotro MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
ql FIX(positional-audio): Fix Quake Live plugin 2022-04-30 08:14:58 -05:00
rl MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
se MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
sr MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
sto MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
testPlugin MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
tf2 MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
ut3 MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
ut99 MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
ut2004 MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
wolfet MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
wow MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
wow_x64 MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
CMakeLists.txt MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
HostLinux.cpp BUILD: include libgen.h for files which use basename(3) 2022-01-19 11:28:15 +01:00
HostLinux.h MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
HostWindows.cpp MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
HostWindows.h MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
Module.cpp MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
Module.h BUILD: Fix missing <cstdint> include 2022-05-27 09:02:15 +01:00
mumble_legacy_plugin.h MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
mumble_positional_audio_linux.h BUILD: include libgen.h for files which use basename(3) 2022-01-19 11:28:15 +01:00
mumble_positional_audio_main.h MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
mumble_positional_audio_utils.h MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
mumble_positional_audio_win32_internals.h MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
mumble_positional_audio_win32.h MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
MumbleAPI_v_1_0_x.h MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
MumblePlugin_v_1_0_x.h MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
MumblePlugin_v_1_1_x.h MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
null_plugin.cpp MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
PluginComponents_v_1_0_x.h MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
ProcessBase.cpp MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
ProcessBase.h MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
ProcessLinux.cpp MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
ProcessLinux.h MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
ProcessWindows.cpp MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
ProcessWindows.h MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00