mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-10-05 14:56:31 +00:00
Merge pull request #675 from backlabs1/gcc-12-missing-include
Add missing #include <memory> in myguidatamanager
This commit is contained in:
commit
3f74065c5c
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
#include <boost/filesystem/fstream.hpp>
|
#include <boost/filesystem/fstream.hpp>
|
||||||
|
|
||||||
#include <components/debug/debuglog.hpp>
|
#include <components/debug/debuglog.hpp>
|
||||||
|
#include <memory>
|
||||||
|
|
||||||
namespace osgMyGUI
|
namespace osgMyGUI
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue