mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-23 04:26:31 -04:00
Add missing #include <memory> in myguidatamanager
See <https://gcc.gnu.org/gcc-12/porting_to.html#header-dep-changes>
This commit is contained in:
parent
00997fa732
commit
571d13aa1b
@ -6,6 +6,7 @@
|
||||
#include <boost/filesystem/fstream.hpp>
|
||||
|
||||
#include <components/debug/debuglog.hpp>
|
||||
#include <memory>
|
||||
|
||||
namespace osgMyGUI
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user