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:
Robert Adam 2022-02-27 19:24:13 +01:00 committed by GitHub
commit f271d7bec7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,7 @@
#include "mumble_positional_audio_utils.h"
#include <cstring>
#include <memory>
static std::unique_ptr< Game > game;