mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-10-04 16:26:30 +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 <components/debug/debuglog.hpp>
|
||||
#include <memory>
|
||||
|
||||
namespace osgMyGUI
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue