mumble/plugins/gtav
Sergei Trofimovich 36398fb3b2 BUILD(positional-audio): Fix missing <memory> include
Without the change the build fails on upcoming gcc-12 as:

    /build/mumble/plugins/gtav/gtav.cpp:13:13:
      error: 'unique_ptr' in namespace 'std' does not name a template type
       13 | static std::unique_ptr< Game > game;
          |             ^~~~~~~~~~
    /build/mumble/plugins/gtav/gtav.cpp:12:1:
      note: 'std::unique_ptr' is defined in header '<memory>';
        did you forget to '#include <memory>'?
       11 | #include <cstring>
      +++ |+#include <memory>
       12 |
2022-02-27 17:24:07 +00:00
..
CMakeLists.txt MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
Game.cpp FIX(positional-audio): Update GTAV plugin to version 1.58.2545 2022-01-27 23:21:34 +01:00
Game.h REFAC(positional-audio): Remove useless memory locations in GTAV 2022-01-27 23:21:18 +01:00
gtav.cpp BUILD(positional-audio): Fix missing <memory> include 2022-02-27 17:24:07 +00:00