mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
Merge PR #5587: BUILD(positional-audio): Fix missing <memory> include
Without the change the build fails on upcoming gcc-12
This commit is contained in:
commit
f271d7bec7
@ -9,6 +9,7 @@
|
||||
#include "mumble_positional_audio_utils.h"
|
||||
|
||||
#include <cstring>
|
||||
#include <memory>
|
||||
|
||||
static std::unique_ptr< Game > game;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user